Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Resampler config. More...
#include "roc_audio/latency_tuner.h"
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... | |
Resampler config.
Definition in file resampler_config.h.