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

Frequency estimator. More...

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

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...
 

Functions

const char * roc::audio::fe_profile_to_str (FreqEstimatorProfile profile)
 Get string name of FreqEstimator profile. More...
 

Detailed Description

Frequency estimator.

Definition in file freq_estimator.h.