Comment 18 for bug 983827

Revision history for this message
Jack Wearden (jackweirdy) wrote :

Looks like on app.py line 578 audio2_vol is -infinity, I've fixed it locally by prepending with the line:

if audio2_vol < 0: audio2_vol = 0