Releases: GoogleChromeLabs/audioworklet-polyfill
Releases · GoogleChromeLabs/audioworklet-polyfill
1.1.2
1.1.1
- Detect and use Safari's prefixed
webkitAudioContext
(#11, thanks @warpdesign!) - Fix
AudioWokrletNode.port
being assigned incorrectly in1.1.0
(#10, thanks also to @warpdesign)
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.