web-audio-api icon indicating copy to clipboard operation
web-audio-api copied to clipboard

Node.js implementation of Web audio API

Results 54 web-audio-api issues
Sort by recently updated
recently updated
newest added

Using aurora it should be possible to support mp3 and aac : https://github.com/audiocogs

feature
AudioContext

See here : https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioContext-section

enhancement
AudioContext

from the spec : "It is invalid for both numberOfInputChannels and numberOfOutputChannels to be zero" But right now it doesn't work.

bug
ScriptProcessorNode

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

enhancement
AudioParam
AudioNode

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.

bug
AudioParam

AudioParam must compute its _tick with inputs AND intrinsicValue

AudioParam

"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...

bug
AudioParam

As a separate module like AudioBuffer

AudioParam

What to do if no connection to inputs? And if there is another channel countMode than explicit? For example 'max' ?

enhancement
AudioPort