mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement AudioBufferSourceOptions.AudioBuffer and always keep servo media audio buffer updated
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
dictionary AudioBufferSourceOptions {
|
||||
// AudioBuffer? buffer;
|
||||
AudioBuffer? buffer;
|
||||
float detune = 0;
|
||||
boolean loop = false;
|
||||
double loopEnd = 0;
|
||||
|
||||
Reference in New Issue
Block a user