Sebastien Piquemal
Sebastien Piquemal
See http://blog.chrislowis.co.uk/2014/04/30/testing-web-audio.html
Using aurora it should be possible to support mp3 and aac : https://github.com/audiocogs
See here : https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioContext-section
from the spec : "It is invalid for both numberOfInputChannels and numberOfOutputChannels to be zero" But right now it doesn't work.
Because this can cause a problem for example when a node generate blocks of bigger size than 128. This is probably also connected to #10
Right now, scheduled events are only block-precise (k-rate). This sucks for example for AudioParam, where we can then have a 3ms (128/44100 s) imprecision.
"If a value is set during a time when there are any automation events scheduled then it will be ignored and no exception will be thrown." Right now setting .value...