pub struct Reverb {
pub wet: f32,
pub room: f32,
pub damp: f32,
/* private fields */
}Expand description
Schroeder-style mono reverb using 4 comb + 2 allpass filters.
Fields§
§wet: f32§room: f32§damp: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reverb
impl RefUnwindSafe for Reverb
impl Send for Reverb
impl Sync for Reverb
impl Unpin for Reverb
impl UnsafeUnpin for Reverb
impl UnwindSafe for Reverb
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