mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Add BaseAudioContext.createConstantSource()
factory method
This commit is contained in:
parent
1b160044c4
commit
6cab972248
Notes:
github-actions[bot]
2025-01-03 10:14:24 +00:00
Author: https://github.com/tcl3
Commit: 6cab972248
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3102
Reviewed-by: https://github.com/shannonbooth
3 changed files with 9 additions and 1 deletions
|
@ -36,7 +36,7 @@ interface BaseAudioContext : EventTarget {
|
|||
AudioBufferSourceNode createBufferSource ();
|
||||
ChannelMergerNode createChannelMerger (optional unsigned long numberOfInputs = 6);
|
||||
ChannelSplitterNode createChannelSplitter (optional unsigned long numberOfOutputs = 6);
|
||||
[FIXME] ConstantSourceNode createConstantSource ();
|
||||
ConstantSourceNode createConstantSource ();
|
||||
[FIXME] ConvolverNode createConvolver ();
|
||||
[FIXME] DelayNode createDelay (optional double maxDelayTime = 1.0);
|
||||
DynamicsCompressorNode createDynamicsCompressor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue