[][src]Module bae_rs::channels

Sound Channels

This module includes the types and traits needed to process a group of Sounds to generate a single output sample.

Re-exports

pub use standard_channel::*;

Modules

standard_channel

Standard Channel

Traits

Channel

Trait defining the simplest possible interface for a channel, with the ability to process a batch of samples at a time.

Type Definitions

ChannelRc

Alias for a Channel wrapped in an Rc.