pub struct AudioStack {
pub decoder: AudioVaeDecoder,
pub out_rate: usize,
/* private fields */
}Expand description
The whole audio tail: latent → spectrogram → 16 kHz → 48 kHz.
Fields§
§decoder: AudioVaeDecoder§out_rate: usizeImplementations§
Auto Trait Implementations§
impl Freeze for AudioStack
impl RefUnwindSafe for AudioStack
impl Send for AudioStack
impl Sync for AudioStack
impl Unpin for AudioStack
impl UnsafeUnpin for AudioStack
impl UnwindSafe for AudioStack
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