mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibWeb/WebAudio: Add DelayNode
interface
This commit is contained in:
parent
876d26c32e
commit
6c4c925f02
Notes:
github-actions[bot]
2025-01-08 15:33:08 +00:00
Author: https://github.com/tcl3
Commit: 6c4c925f02
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3125
8 changed files with 262 additions and 0 deletions
|
@ -372,6 +372,7 @@ libweb_js_bindings(WebAudio/GainNode)
|
|||
libweb_js_bindings(WebAudio/ChannelMergerNode)
|
||||
libweb_js_bindings(WebAudio/ChannelSplitterNode)
|
||||
libweb_js_bindings(WebAudio/ConstantSourceNode)
|
||||
libweb_js_bindings(WebAudio/DelayNode)
|
||||
libweb_js_bindings(WebAudio/OfflineAudioContext)
|
||||
libweb_js_bindings(WebAudio/OscillatorNode)
|
||||
libweb_js_bindings(WebAudio/PannerNode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue