mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibWeb/WebAudio: Implement PannerNode
Required by https://scottts.itch.io/different-strokes
This commit is contained in:
parent
27a654c739
commit
4f691c2410
Notes:
github-actions[bot]
2024-12-17 12:39:30 +00:00
Author: https://github.com/Lubrsi
Commit: 4f691c2410
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2942
Reviewed-by: https://github.com/gmta ✅
7 changed files with 356 additions and 0 deletions
|
@ -368,6 +368,7 @@ libweb_js_bindings(WebAudio/GainNode)
|
|||
libweb_js_bindings(WebAudio/ChannelMergerNode)
|
||||
libweb_js_bindings(WebAudio/OfflineAudioContext)
|
||||
libweb_js_bindings(WebAudio/OscillatorNode)
|
||||
libweb_js_bindings(WebAudio/PannerNode)
|
||||
libweb_js_bindings(WebAudio/PeriodicWave)
|
||||
libweb_js_bindings(WebGL/WebGL2RenderingContext)
|
||||
libweb_js_bindings(WebGL/WebGLActiveInfo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue