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

Class AudioSystem

examples/spatial_basic/src/system.rs:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12pub struct AudioSystem {
13 pub cx: FirewheelContext,
14 pub stream: CpalStream,
15
16 pub _sampler_node: SamplerNode,
17 pub _sampler_node_id: NodeID,
18
19 pub spatial_basic_node: Memo<SpatialBasicNode>,
20 pub spatial_basic_node_id: NodeID,
21}
22
23impl AudioSystem {
24 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected