Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
resampler_backend.h File Reference

Resampler backend. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 roc
 Root namespace.
 
 roc::audio
 Audio frames and audio processing.
 

Enumerations

enum  roc::audio::ResamplerBackend { roc::audio::ResamplerBackend_Default , roc::audio::ResamplerBackend_Builtin , roc::audio::ResamplerBackend_Speex , roc::audio::ResamplerBackend_SpeexDec }
 Resampler backends. More...
 

Functions

const char * roc::audio::resampler_backend_to_str (ResamplerBackend)
 Get string name of resampler backend. More...
 

Detailed Description

Resampler backend.

Definition in file resampler_backend.h.