mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
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.
This commit is contained in:
parent
cb9e0c4e64
commit
1fa7235fec
Notes:
sideshowbarker
2024-07-16 18:03:21 +09:00
Author: https://github.com/shannonbooth
Commit: 1fa7235fec
Pull-request: https://github.com/SerenityOS/serenity/pull/24471
6 changed files with 109 additions and 0 deletions
|
@ -700,6 +700,7 @@ class AudioParam;
|
|||
class AudioScheduledSourceNode;
|
||||
class BaseAudioContext;
|
||||
class DynamicsCompressorNode;
|
||||
class GainNode;
|
||||
class OfflineAudioContext;
|
||||
class OscillatorNode;
|
||||
class PeriodicWave;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue