#include <pitch-functions.h>
Public Member Functions | |
PitchExtractionOptions () | |
void | Register (OptionsItf *opts) |
int32 | NccfWindowSize () const |
Returns the window-size in samples, after resampling. More... | |
int32 | NccfWindowShift () const |
Returns the window-shift in samples, after resampling. More... | |
Definition at line 42 of file pitch-functions.h.
|
inline |
Definition at line 113 of file pitch-functions.h.
|
inline |
Returns the window-shift in samples, after resampling.
Definition at line 207 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::AcceptWaveform(), OnlinePitchFeatureImpl::NumFramesAvailable(), and OnlinePitchFeatureImpl::UpdateRemainder().
|
inline |
Returns the window-size in samples, after resampling.
This is the "basic window size", not the full window size after extending by max-lag.
Definition at line 203 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::AcceptWaveform(), OnlinePitchFeatureImpl::NumFramesAvailable(), OnlinePitchFeatureImpl::RecomputeBacktraces(), and OnlinePitchFeatureImpl::UpdateRemainder().
|
inline |
Definition at line 135 of file pitch-functions.h.
References OptionsItf::Register().
Referenced by main().
BaseFloat delta_pitch |
Definition at line 56 of file pitch-functions.h.
Referenced by PitchFrameInfo::ComputeBacktraces(), and kaldi::SelectLags().
BaseFloat frame_length_ms |
Definition at line 46 of file pitch-functions.h.
Referenced by kaldi::UnitTestSnipEdges().
BaseFloat frame_shift_ms |
Definition at line 45 of file pitch-functions.h.
Referenced by kaldi::ComputeAndProcessKaldiPitch(), kaldi::ComputeKaldiPitch(), kaldi::ComputeKaldiPitchFirstPass(), OnlinePitchFeatureImpl::FrameShiftInSeconds(), and kaldi::UnitTestSnipEdges().
int32 frames_per_chunk |
Definition at line 83 of file pitch-functions.h.
Referenced by kaldi::ComputeAndProcessKaldiPitch(), kaldi::ComputeKaldiPitch(), and kaldi::ComputeKaldiPitchFirstPass().
BaseFloat lowpass_cutoff |
Definition at line 53 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::OnlinePitchFeatureImpl(), kaldi::UnitTestDiffSampleRate(), kaldi::UnitTestPitchExtractionSpeed(), and kaldi::UnitTestProcess().
int32 lowpass_filter_width |
Definition at line 60 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::OnlinePitchFeatureImpl().
BaseFloat max_f0 |
Definition at line 49 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::OnlinePitchFeatureImpl(), kaldi::SelectLags(), and kaldi::UnitTestDiffSampleRate().
int32 max_frames_latency |
Definition at line 74 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::AcceptWaveform(), and OnlinePitchFeatureImpl::RecomputeBacktraces().
BaseFloat min_f0 |
Definition at line 48 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::OnlinePitchFeatureImpl(), and kaldi::SelectLags().
BaseFloat nccf_ballast |
bool nccf_ballast_online |
Definition at line 111 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::AcceptWaveform(), OnlinePitchFeatureImpl::InputFinished(), OnlinePitchFeatureImpl::RecomputeBacktraces(), kaldi::UnitTestDelay(), kaldi::UnitTestPieces(), and kaldi::UnitTestSearch().
BaseFloat penalty_factor |
Definition at line 52 of file pitch-functions.h.
Referenced by PitchFrameInfo::ComputeBacktraces(), and kaldi::UnitTestPenaltyFactor().
BaseFloat preemph_coeff |
Definition at line 47 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::ExtractFrame().
int32 recompute_frame |
Definition at line 104 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::AcceptWaveform(), OnlinePitchFeatureImpl::InputFinished(), and OnlinePitchFeatureImpl::RecomputeBacktraces().
BaseFloat resample_freq |
Definition at line 54 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::OnlinePitchFeatureImpl().
BaseFloat samp_freq |
Definition at line 44 of file pitch-functions.h.
Referenced by kaldi::ComputeAndProcessKaldiPitch(), kaldi::ComputeKaldiPitch(), kaldi::ComputeKaldiPitchFirstPass(), OnlinePitchFeatureImpl::InputFinished(), main(), OnlinePitchFeatureImpl::OnlinePitchFeatureImpl(), kaldi::UnitTestDelay(), kaldi::UnitTestDiffSampleRate(), kaldi::UnitTestPieces(), and kaldi::UnitTestSearch().
bool simulate_first_pass_online |
Definition at line 92 of file pitch-functions.h.
Referenced by kaldi::ComputeAndProcessKaldiPitch(), and kaldi::ComputeKaldiPitch().
bool snip_edges |
Definition at line 112 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::AcceptWaveform(), OnlinePitchFeatureImpl::ExtractFrame(), and kaldi::UnitTestSnipEdges().
BaseFloat soft_min_f0 |
Definition at line 50 of file pitch-functions.h.
Referenced by kaldi::ComputeLocalCost().
int32 upsample_filter_width |
Definition at line 62 of file pitch-functions.h.
Referenced by OnlinePitchFeatureImpl::OnlinePitchFeatureImpl().