| 10 | }; |
| 11 | |
| 12 | pub 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 | |
| 23 | impl AudioSystem { |
| 24 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected