mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
WebAudio: Import AudioNode
directly in GainNode
This commit is contained in:
parent
150cef62a0
commit
9c17398429
Notes:
github-actions[bot]
2024-07-28 19:42:16 +00:00
Author: https://github.com/bbb651
Commit: 9c17398429
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/867
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <LibWeb/Bindings/Intrinsics.h>
|
#include <LibWeb/Bindings/Intrinsics.h>
|
||||||
|
#include <LibWeb/WebAudio/AudioNode.h>
|
||||||
#include <LibWeb/WebAudio/AudioParam.h>
|
#include <LibWeb/WebAudio/AudioParam.h>
|
||||||
#include <LibWeb/WebAudio/BaseAudioContext.h>
|
#include <LibWeb/WebAudio/BaseAudioContext.h>
|
||||||
#include <LibWeb/WebAudio/GainNode.h>
|
#include <LibWeb/WebAudio/GainNode.h>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <LibWeb/Bindings/GainNodePrototype.h>
|
#include <LibWeb/Bindings/GainNodePrototype.h>
|
||||||
#include <LibWeb/WebAudio/AudioScheduledSourceNode.h>
|
#include <LibWeb/WebAudio/AudioNode.h>
|
||||||
|
|
||||||
namespace Web::WebAudio {
|
namespace Web::WebAudio {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue