Add Audio Worklet Support
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