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

Function commitSound

src/audio/index.ts:143–146  ·  view source on GitHub ↗
(stagingHandle: number)

Source from the content-addressed store, hash-verified

141}
142
143export function commitSound(stagingHandle: number): Sound {
144 const handle = bloom_commit_sound(stagingHandle);
145 return { handle };
146}
147
148export function commitMusic(stagingHandle: number): Music {
149 const handle = bloom_commit_music(stagingHandle);

Callers

nothing calls this directly

Calls 1

bloom_commit_soundFunction · 0.50

Tested by

no test coverage detected