mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 22:56:04 +00:00
LibWeb: Implement AudioListener
This exposes BaseAudioContext.listener, which is a container for parameters related to the configuration of an actual "listener" in 3D space.
This commit is contained in:
parent
eeee6ba3f5
commit
2a98f2a12d
Notes:
github-actions[bot]
2024-10-18 07:40:03 +00:00
Author: https://github.com/gmta
Commit: 2a98f2a12d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1844
Reviewed-by: https://github.com/shannonbooth ✅
15 changed files with 228 additions and 1 deletions
|
@ -35,6 +35,7 @@ static bool is_platform_object(Type const& type)
|
|||
"AnimationTimeline"sv,
|
||||
"Attr"sv,
|
||||
"AudioBuffer"sv,
|
||||
"AudioListener"sv,
|
||||
"AudioNode"sv,
|
||||
"AudioParam"sv,
|
||||
"AudioScheduledSourceNode"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue