Struct irapt::EstimatedPitch [−][src]
Expand description
An estimate of the pitch in the input at a specific sample offset.
Fields
frequency: f64Frequency, in Hz, of the estimated pitch.
energy: f64Arbitrary measure, from 0.0.., of the energy associated with the estimated pitch.
offset: isizeThe offset in samples within the input buffer (before removal of consumed samples) at which the pitch was estimated. This may be negative, since estimates can be returned for samples which have already been removed from the input buffer.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EstimatedPitch
impl Send for EstimatedPitch
impl Sync for EstimatedPitch
impl Unpin for EstimatedPitch
impl UnwindSafe for EstimatedPitch
Blanket Implementations
Mutably borrows from an owned value. Read more