Add webkitOfflineAudioContext definition, and remove invalid constructor.

This commit is contained in:
zaneli
2014-05-13 13:51:00 +09:00
parent 68fd50f64b
commit d5613ac757
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -306,3 +306,9 @@ declare var footstepsBuffer: any;
}
};
()=>{
var context = new webkitOfflineAudioContext(1, 2, 44100.5);
context.startRendering();
context.oncomplete(context.createBufferSource().buffer);
}