pub struct AecConfig {
pub frame_size: usize,
pub filter_length: i32,
pub sample_rate: u32,
pub enable_preprocess: bool,
}
Expand description
See https://www.speex.org/docs/api/speex-api-reference/speex__echo_8h.html
Fields§
§frame_size: usize
§filter_length: i32
§sample_rate: u32
§enable_preprocess: bool
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