Commit Graph

3 Commits

Author SHA1 Message Date
Pavel Shliak
df40a0cf2c LibAudio: Initialize GainNode properly
That helps to pass WPT tests
under /webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html

(cherry picked from commit 4998385c7aeae21939f4ea24bb4f8c6eb477840b)
2024-11-13 10:17:34 -05:00
bbb651
ca1ff40d06 WebAudio: Import AudioNode directly in GainNode
(cherry picked from commit 9c1739842995ec3e98a4e13a89d4b066ebbb4391)
2024-07-29 06:30:08 -04:00
Shannon Booth
1fa7235fec LibWeb: Add Implement GainNode interface
As with all other current audio nodes we still need to wire up the
inputs and outputs so it can be properly used in an audio context - but
this is enough to implement the public IDL interface.
2024-05-28 08:06:09 +02:00