mirror of
https://github.com/servo/servo.git
synced 2025-09-19 03:18:20 +01:00
Test OscillatorNode with servo_media
This commit is contained in:
parent
e9c40665ba
commit
d8365111c9
5 changed files with 26 additions and 2 deletions
|
@ -48,7 +48,7 @@ interface BaseAudioContext : EventTarget {
|
|||
// ChannelSplitterNode createChannelSplitter(optional unsigned long numberOfOutputs = 6);
|
||||
// ChannelMergerNode createChannelMerger(optional unsigned long numberOfInputs = 6);
|
||||
// DynamicsCompressorNode createDynamicsCompressor();
|
||||
// OscillatorNode createOscillator();
|
||||
OscillatorNode createOscillator();
|
||||
// PeriodicWave createPeriodicWave(sequence<float> real,
|
||||
// sequence<float> imag,
|
||||
// optional PeriodicWaveConstraints constraints);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue