#include <pitch-functions.h>

Public Member Functions | |
| ProcessPitchOptions () | |
| void | Register (ParseOptions *opts) | 
Definition at line 212 of file pitch-functions.h.
      
  | 
  inline | 
Definition at line 235 of file pitch-functions.h.
      
  | 
  inline | 
Definition at line 251 of file pitch-functions.h.
References ParseOptions::Register().
Referenced by main().
| bool add_delta_pitch | 
Definition at line 232 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetFrame().
| bool add_normalized_log_pitch | 
Definition at line 231 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetFrame().
| bool add_pov_feature | 
Definition at line 230 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetFrame().
| bool add_raw_log_pitch | 
Definition at line 233 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetFrame().
| int32 delay | 
Definition at line 228 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetFrame(), OnlineProcessPitch::NumFramesReady(), and kaldi::UnitTestDelay().
| BaseFloat delta_pitch_noise_stddev | 
Definition at line 221 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetDeltaPitchFeature(), kaldi::UnitTestDelay(), kaldi::UnitTestPieces(), and kaldi::UnitTestProcess().
| BaseFloat delta_pitch_scale | 
Definition at line 220 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetDeltaPitchFeature().
| int32 delta_window | 
Definition at line 227 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetDeltaPitchFeature().
| int32 normalization_left_context | 
Definition at line 222 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetNormalizationWindow().
| int32 normalization_right_context | 
Definition at line 224 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetNormalizationWindow(), and OnlineProcessPitch::NumFramesReady().
| BaseFloat pitch_scale | 
Definition at line 213 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetNormalizedLogPitchFeature().
| BaseFloat pov_offset | 
Definition at line 216 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetPovFeature().
| BaseFloat pov_scale | 
Definition at line 215 of file pitch-functions.h.
Referenced by OnlineProcessPitch::GetPovFeature().