audio-worker-node
audio-worker-node copied to clipboard
AudioProcessEvent properties
Hi!
In the latest spec the AudioProcessEvent has attributes inputs
and outputs
.
In this implementation, there is redefined inputBuffer
and outputBuffer
properties of AudioProcessingEvent
.
Would it be better if AudioProcessEvent
is created from scratch instead with proper attributes names?
Just now, I've released AudioWorkerShim based on the latest spec.
https://github.com/mohayonao/audio-worker-shim