Skip to content

Add Audio Worklet Support

Compare
Choose a tag to compare
@chris-rudmin chris-rudmin released this 15 Jul 16:20
· 49 commits to master since this release
3f9ac8c

Thank you @avantassessment, @m2calabr, @mikebiglan, @wilblack for your support for this release!

  • Add AudioWorklet Support
  • Add example to support webpack
  • Fallback to scriptProcessor if audioWorklet support not found
  • Remove reuseWorker flag. Worklets cannot be reused the same way Workers can
  • Remove support for loadWorker and destroyWorker
  • The architecture of AudioWorklets requires that the worker be loaded before it can be receiving buffers
  • Add Recorder.version attribute
  • Fix FileEncoder
  • Bump major version: 7.0.0