Crate firewheel_core

Crate firewheel_core 

Source

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§

ConnectedMask
An optional hint on which channels are connected to other nodes in the graph. A bit set to 1 means that channel is connected to another node, and a bit set to 0 means that channel is not connected to any node.
SilenceMask
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.
StreamInfo
Information about a running audio stream.