Struct irapt::EstimatedPitch [−][src]
Expand description
An estimate of the pitch in the input at a specific sample offset.
Fields
frequency: f64
Frequency, in Hz, of the estimated pitch.
energy: f64
Arbitrary measure, from 0.0..
, of the energy associated with the estimated pitch.
offset: isize
The 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