MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / AudioSystem

Class AudioSystem

examples/visual_node_graph/src/system.rs:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57pub struct AudioSystem {
58 pub cx: FirewheelContext,
59 pub stream: CpalStream,
60 pub(crate) samples: Vec<ArcGc<dyn SampleResource + Send + Sync + 'static>>,
61 pub(crate) ir_samples: Vec<(
62 &'static str,
63 ArcGc<dyn SampleResourceF32 + Send + Sync + 'static>,
64 )>,
65}
66
67const IR_SAMPLE_PATHS: [&str; 2] = [
68 "assets/test_files/ir_outside.wav",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected