GoogleChromeLabs / web-audio-samples

Web Audio API samples by Chrome Web Audio Team
https://bit.ly/web-audio-samples
Apache License 2.0
695 stars 197 forks source link

Improve waveform display for /audio-worklet/migration/worklet-recorder #375

Open mjwilson-google opened 4 months ago

mjwilson-google commented 4 months ago

The waveform display (Waveform.js used in worklet-recorder/app.js is different from how most audio software shows waveforms.

We should improve this visualization and compare it to other audio waveform displays.

(reference #350)