1.1.0
- Automatically choose buffer size (#3, thanks @Korilakkuma!)
- Fix
currentTime
andsampleRate
implied globals always being0
(did not affect property access viaAudioWorkletGlobalScope
) (#7) - Bring MessagePort behavior in line with spec:
AudioWorkletProcessor.port
is now properly per-instance, andAudioWorkletGlobalScope
no longer includes the MessagePort interface. (#8) - Fix
.connect()
throwing in Firefox and Safari (#6)
Big thanks to @JohnWeisz for finding these issues and making some helpful suggestions.