Re-exports§
pub use sample_resource::load_audio_file;pub use sample_resource::load_audio_file_from_source;
Modules§
- atomic_
float - channel_
config - clock
- collector
- Garbage-collected smart pointer.
- diff
- Traits and derive macros for diffing and patching.
- dsp
- event
- log
- node
- param
- sample_
resource - vector
Structs§
- Connected
Mask - An optional hint on which channels are connected to other
nodes in the graph. A bit set to
1means that channel is connected to another node, and a bit set to0means that channel is not connected to any node. - 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.