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

Resampler config. More...

Include dependency graph for resampler_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  roc::audio::ResamplerConfig
 Resampler config. More...
 

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...
 
enum  roc::audio::ResamplerProfile { roc::audio::ResamplerProfile_Low , roc::audio::ResamplerProfile_Medium , roc::audio::ResamplerProfile_High }
 Resampler parameters presets. More...
 

Functions

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

Detailed Description

Resampler config.

Definition in file resampler_config.h.