mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Add stub IDL interface for AudioNode
An AudioNode is the fundamental building block used in 'Audio Contexts'. In our immediate case, the audio node we are working towards implementing is an oscillating source node.
This commit is contained in:
parent
5ae0ac7b73
commit
6661c68b28
Notes:
sideshowbarker
2024-07-16 22:51:10 +09:00
Author: https://github.com/shannonbooth
Commit: 6661c68b28
Pull-request: https://github.com/SerenityOS/serenity/pull/24143
7 changed files with 195 additions and 0 deletions
|
@ -295,6 +295,7 @@ 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/AudioNode)
|
||||
libweb_js_bindings(WebAudio/AudioParam)
|
||||
libweb_js_bindings(WebAudio/BaseAudioContext)
|
||||
libweb_js_bindings(WebAudio/OfflineAudioContext)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue