MCPcopy Create free account
hub / github.com/PerroEngine/Perro / load_f32

Function load_f32

perro_source/audio_stack/perro_pawdio/src/dsp.rs:92–94  ·  view source on GitHub ↗
(value: &AtomicU32)

Source from the content-addressed store, hash-verified

90 );
91 self.occlusion.store(
92 params.occlusion.clamp(0.0, 1.0).to_bits(),
93 Ordering::Relaxed,
94 );
95 self.eq_low_gain
96 .store(params.eq.low_gain.max(0.0).to_bits(), Ordering::Relaxed);
97 self.eq_mid_gain

Callers 1

snapshotMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected