mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Add ChannelMergerNode interface
This commit is contained in:
parent
08b7e83f95
commit
be3a941f44
Notes:
github-actions[bot]
2024-11-25 16:17:02 +00:00
Author: https://github.com/gmta
Commit: be3a941f44
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2569
10 changed files with 144 additions and 1 deletions
|
@ -368,6 +368,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/WebAudio/BiquadFilterNode.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/DynamicsCompressorNode.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/GainNode.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/ChannelMergerNode.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/OfflineAudioContext.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/OscillatorNode.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/PeriodicWave.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue