Skip to content

1.1.0

Compare
Choose a tag to compare
@developit developit released this 28 Aug 15:44
· 18 commits to master since this release
  • 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.