7.12.10
Added 1
- Add fftSize option to decouple FFT size from the analysis window in Spectrogram
Fixed 2
- Reject pending worker promises when the worker errors in Spectrogram
- Use the same window alpha defaults in the worker and main thread in Spectrogram
From wavesurfer.js
- 7.12.10
- feat(Spectrogram): decouple FFT size from the analysis window (fftSize option) (#4329) by @koyukan
- fix(Spectrogram): reject pending worker promises when the worker errors (#4328) by @koyukan
- fix(Spectrogram): use the same window alpha defaults in the worker and main thread (#4327) by @koyukan