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

Class AudioSystem

examples/sampler_test/src/system.rs:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26pub struct AudioSystem {
27 cx: FirewheelContext,
28 stream: CpalStream,
29
30 samplers: Vec<Sampler>,
31
32 peak_meter_id: NodeID,
33 peak_meter_smoother: PeakMeterSmoother<2>,
34 peak_meter_normalizer: DbMeterNormalizer,
35}
36
37impl AudioSystem {
38 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected