Struct imbe::prev::PrevFrame
[−]
[src]
pub struct PrevFrame {
pub params: BaseParams,
pub spectrals: Spectrals,
pub enhanced: EnhancedSpectrals,
pub voice: VoiceDecisions,
pub err_rate: f32,
pub energy: FrameEnergy,
pub amp_thresh: f32,
pub unvoiced: UnvoicedDft,
pub phase_base: PhaseBase,
pub phase: Phase,
}Various parameters saved from the previous frame, used when constructing the current frame.
Fields
params: BaseParams
spectrals: Spectrals
enhanced: EnhancedSpectrals
voice: VoiceDecisions
err_rate: f32
energy: FrameEnergy
amp_thresh: f32
unvoiced: UnvoicedDft
phase_base: PhaseBase
phase: Phase