Struct oddio::SpatialScene
source · 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 !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