Skip to content

Releases: GoogleChromeLabs/audioworklet-polyfill

1.1.2

19 Sep 18:11
Compare
Choose a tag to compare

1.1.1

31 Aug 12:29
Compare
Choose a tag to compare
  • Detect and use Safari's prefixed webkitAudioContext (#11, thanks @warpdesign!)
  • Fix AudioWokrletNode.port being assigned incorrectly in 1.1.0 (#10, thanks also to @warpdesign)

1.1.0

28 Aug 15:44
Compare
Choose a tag to compare
  • Automatically choose buffer size (#3, thanks @Korilakkuma!)
  • Fix currentTime and sampleRate implied globals always being 0 (did not affect property access via AudioWorkletGlobalScope) (#7)
  • Bring MessagePort behavior in line with spec: AudioWorkletProcessor.port is now properly per-instance, and AudioWorkletGlobalScope 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.

1.0.0

21 May 20:03
Compare
Choose a tag to compare

Initial Release!