Re-exports§
pub use sample_resource::load_audio_file;pub use sample_resource::load_audio_file_from_source;
Modules§
- channel_
config - clock
- collector
- Garbage-collected smart pointer.
- diff
- Traits and derive macros for diffing and patching.
- dsp
- event
- node
- param
- sample_
resource - sync_
wrapper
Structs§
- Silence
Mask - An optional optimization hint on which channels contain all
zeros (silence). The first bit (
0x1) is the first channel, the second bit is the second channel, and so on. - Stream
Info - Information about a running audio stream.