- make ESM module
- add CI
- cleanup deps
- implement gain wasm node
- implent webassembly DSP
- add missing audio nodes
- interop with standardized-audio-context
- include wasm versions of encoders
- removed
node-speaker
andmathjs
dependencies
- now use aurora installed from npm instead of distributing a built version of it.
- refactored to ES6
- AudioNode and AudioContext bug fixes
- audioports : bug fixes
- audioports : implemented
channelInterpretation
'speakers' - AudioContext : added support for mp3 to
decodeAudioData
- AudioBufferSourceNode : handler
onended
implemented - AudioContext : method
decodeAudioData
, support only for wav
-
ScriptProcessorNode
-
AudioBufferSourceNode
- node is killed once it has finished playing
- subsequent calls to
start
have no effect
-
AudioContext : method
collectNodes
-
audioports : bug fixes
- AudioContext (partial implementation)
- AudioParam (missing unschedule)
- AudioBufferSourceNode (missing onended)
- GainNode