Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Frequency estimator. More...
#include "roc_audio/freq_estimator_decim.h"
#include "roc_audio/sample.h"
#include "roc_core/noncopyable.h"
#include "roc_packet/units.h"
Go to the source code of this file.
Classes | |
struct | roc::audio::FreqEstimatorConfig |
FreqEstimator tunable parameters. More... | |
class | roc::audio::FreqEstimator |
Evaluates sender's frequency to receivers's frequency ratio. More... | |
Namespaces | |
roc | |
Root namespace. | |
roc::audio | |
Audio frames and audio processing. | |
Enumerations | |
enum | roc::audio::FreqEstimatorProfile { roc::audio::FreqEstimatorProfile_Responsive , roc::audio::FreqEstimatorProfile_Gradual } |
FreqEstimator paremeter preset. More... | |
Frequency estimator.
Definition in file freq_estimator.h.