MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / bloom_audio_mix

Function bloom_audio_mix

native/web/src/lib.rs:1413–1415  ·  view source on GitHub ↗
(output: &mut [f32])

Source from the content-addressed store, hash-verified

1411/// Called by JS Web Audio ScriptProcessorNode/AudioWorklet each audio frame.
1412#[wasm_bindgen]
1413pub fn bloom_audio_mix(output: &mut [f32]) {
1414 engine().audio.mix_output(output);
1415}
1416
1417#[wasm_bindgen]
1418pub fn bloom_play_music(handle: f64) {

Callers

nothing calls this directly

Calls 2

mix_outputMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected