LibWeb: Begin implementing the interface for AudioBuffer

Implement the constructor and getChannelData function, working towards
the functionality that we need in order to implement
OfflineAudioContext.
This commit is contained in:
Shannon Booth 2024-04-25 15:13:51 +12:00 committed by Tim Flynn
commit 0c8a98ac94
Notes: sideshowbarker 2024-07-17 10:05:47 +09:00
7 changed files with 271 additions and 0 deletions

View file

@ -293,6 +293,7 @@ libweb_js_bindings(WebAssembly/Memory)
libweb_js_bindings(WebAssembly/Module)
libweb_js_bindings(WebAssembly/Table)
libweb_js_bindings(WebAssembly/WebAssembly NAMESPACE)
libweb_js_bindings(WebAudio/AudioBuffer)
libweb_js_bindings(WebAudio/AudioContext)
libweb_js_bindings(WebAudio/BaseAudioContext)
libweb_js_bindings(WebGL/WebGLContextEvent)