Implement AudioBufferSourceOptions.AudioBuffer and always keep servo media audio buffer updated

This commit is contained in:
Fernando Jiménez Moreno 2018-09-10 17:28:21 +02:00
parent 5307766ed2
commit e0e1f5f900
3 changed files with 50 additions and 42 deletions

View file

@ -7,7 +7,7 @@
*/
dictionary AudioBufferSourceOptions {
// AudioBuffer? buffer;
AudioBuffer? buffer;
float detune = 0;
boolean loop = false;
double loopEnd = 0;