pub struct AutoTune {
pub speed: f32,
pub concert_a: f32,
/* private fields */
}Expand description
YIN pitch detector and chromatic pitch corrector.
Fields§
§speed: f32§concert_a: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoTune
impl RefUnwindSafe for AutoTune
impl Send for AutoTune
impl Sync for AutoTune
impl Unpin for AutoTune
impl UnsafeUnpin for AutoTune
impl UnwindSafe for AutoTune
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more