mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
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:
parent
5cb6d495bb
commit
0c8a98ac94
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/shannonbooth
Commit: 0c8a98ac94
Pull-request: https://github.com/SerenityOS/serenity/pull/24108
Reviewed-by: https://github.com/trflynn89
7 changed files with 271 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue