7.12.11
Added 1
- Add Praat-style display pre-emphasis and automatic gain to Spectrogram
Changed 1
- Make the main-thread FFT fallback opt-out and re-create failed workers in Spectrogram
Fixed 4
- Avoid closing a closed AudioContext in Decoder
- Prune per-region subscriptions from plugin array on remove in regions
- Prevent TypeError when Spectrogram plugin is destroyed during active render
- Prevent dB-to-color mapping wraparound in Spectrogram high-energy regions
From wavesurfer.js
- 7.12.11
- fix(Decoder): avoid closing a closed AudioContext (#4336) by @mjlbach
- fix(regions): prune per-region subscriptions from plugin array on remove (#4339) by @jens-lilt
- fix(Spectrogram): prevent TypeError when plugin is destroyed during active render (#4335) by @Copilot
- docs: clarify left/right default plotting for stereo audio (#4338) by @Copilot
- fix(Spectrogram): prevent dB-to-color mapping wraparound in high-energy regions (#4333) by @Copilot
- fix(Spectrogram): make the main-thread FFT fallback opt-out and re-create failed workers (#4331) by @koyukan
- feat(Spectrogram): Praat-style display pre-emphasis and automatic gain (#4330) by @koyukan