(self)
| 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 |