Audacity 3.2.0
Classes | Typedefs | Functions
Resample.h File Reference
#include "SampleFormat.h"
Include dependency graph for Resample.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  soxr_deleter
 
class  Resample
 Interface to libsoxr. More...
 

Typedefs

using soxrHandle = std::unique_ptr< soxr, soxr_deleter >
 

Functions

void soxr_delete (soxr *)
 

Typedef Documentation

◆ soxrHandle

using soxrHandle = std::unique_ptr<soxr, soxr_deleter>

Definition at line 24 of file Resample.h.

Function Documentation

◆ soxr_delete()

void soxr_delete ( soxr *  )

Referenced by soxr_deleter::operator()().

Here is the caller graph for this function: