Comments by cotdagoo

Thanks so much for this!

I've been editing app.asar to increase the overall window size of the waveforms.

Originally set to 300 pixels, I upped it to 700 and get a nice big waveform.

code:
case 2:
windowOpts = {
width: 700,

Is there any chance you will make this window re-sizable by dragging corners? I'd love to get bigger waveforms without editing stuff :)