mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add createAnalyser
This commit is contained in:
parent
aa2ccb38ca
commit
9dfc57878e
2 changed files with 8 additions and 1 deletions
|
@ -35,7 +35,7 @@ interface BaseAudioContext : EventTarget {
|
|||
// ScriptProcessorNode createScriptProcessor(optional unsigned long bufferSize = 0,
|
||||
// optional unsigned long numberOfInputChannels = 2,
|
||||
// optional unsigned long numberOfOutputChannels = 2);
|
||||
// AnalyserNode createAnalyser();
|
||||
[Throws] AnalyserNode createAnalyser();
|
||||
[Throws] GainNode createGain();
|
||||
// DelayNode createDelay(optional double maxDelayTime = 1);
|
||||
// BiquadFilterNode createBiquadFilter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue