This website uses cookies.
Clicking “Accept” means you consent to your data being processed and you’ll let us use cookies and other technologies to process your personal information to personalize and enhance your experience.
Click “Close” to deny consent and continue with technically required cookies that are essential for the website to function.
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 :)