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

Trait Implementations

impl Default for PrevFrame
[src]

[src]

Create a new PrevFrame suitable for decoding the very first IMBE frame in a stream.