MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_web_audio

Method test_web_audio

test/test_interactive.py:289–290  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

287 # Tests creating a Web Audio context using Emscripten library_webaudio.js feature.
288 @also_with_minimal_runtime
289 def test_web_audio(self):
290 self.btest('webaudio/create_webaudio.c', expected='0', cflags=['-lwebaudio.js'])
291
292 # Tests simple AudioWorklet noise generation
293 @also_with_minimal_runtime

Callers

nothing calls this directly

Calls 1

btestMethod · 0.80

Tested by

no test coverage detected