pub struct SpatialScene { /* private fields */ }
Expand description
Signal
for stereo output from a spatial scene
Implementations§
Source§impl SpatialScene
impl SpatialScene
Sourcepub fn new() -> (SpatialSceneControl, Self)
pub fn new() -> (SpatialSceneControl, Self)
Create a Signal
for spatializing mono signals for stereo output
Samples its component signals at rate
.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SpatialScene
impl !RefUnwindSafe for SpatialScene
impl Send for SpatialScene
impl !Sync for SpatialScene
impl Unpin for SpatialScene
impl !UnwindSafe for SpatialScene
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