pub struct LogMel { /* private fields */ }Expand description
Whisper log-mel extractor. Owns the FFT plan, window, and filterbank; build once, reuse per utterance.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LogMel
impl !UnwindSafe for LogMel
impl Freeze for LogMel
impl Send for LogMel
impl Sync for LogMel
impl Unpin for LogMel
impl UnsafeUnpin for LogMel
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