mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb: Add stub IDL interface for AudioParam
An AudioParam is a fundamental building block in WebAudio as it controls the value of an individual parameter of an AudioNode, such as volume.
This commit is contained in:
parent
b1b7e2324a
commit
5ae0ac7b73
Notes:
sideshowbarker
2024-07-17 02:28:18 +09:00
Author: https://github.com/shannonbooth
Commit: 5ae0ac7b73
Pull-request: https://github.com/SerenityOS/serenity/pull/24143
7 changed files with 213 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/AudioParam)
|
||||
libweb_js_bindings(WebAudio/BaseAudioContext)
|
||||
libweb_js_bindings(WebAudio/OfflineAudioContext)
|
||||
libweb_js_bindings(WebAudio/PeriodicWave)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue