pub struct AecConfig {
pub sample_rate: u32,
pub channels: Channels,
}Fields§
§sample_rate: u32Target sample rate in Hz (typically 48000)
channels: ChannelsOutput channels (stereo = duplicated mono from AEC)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AecConfig
impl RefUnwindSafe for AecConfig
impl Send for AecConfig
impl Sync for AecConfig
impl Unpin for AecConfig
impl UnwindSafe for AecConfig
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