pub enum VadEvent {
SpeechStart {
at_sample: u64,
},
SpeechEnd {
at_sample: u64,
},
}Expand description
VAD が確定したイベント。サンプル位置はパディング適用後。
Variants§
Trait Implementations§
impl Copy for VadEvent
impl Eq for VadEvent
impl StructuralPartialEq for VadEvent
Auto Trait Implementations§
impl Freeze for VadEvent
impl RefUnwindSafe for VadEvent
impl Send for VadEvent
impl Sync for VadEvent
impl Unpin for VadEvent
impl UnsafeUnpin for VadEvent
impl UnwindSafe for VadEvent
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