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

Function initAudio

src/audio/index.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19declare function bloom_set_listener_position(x: number, y: number, z: number, fx: number, fy: number, fz: number): void;
20
21export function initAudio(): void {
22 bloom_init_audio();
23}
24
25export function closeAudio(): void {
26 bloom_close_audio();

Callers

nothing calls this directly

Calls 1

bloom_init_audioFunction · 0.50

Tested by

no test coverage detected