pydiogment icon indicating copy to clipboard operation
pydiogment copied to clipboard

[JOSS review] gain doesn't work as expected

Open justinsalamon opened this issue 4 years ago • 0 comments

code:

test_file = "liz.wav"
apply_gain(test_file, +20)
apply_gain(test_file, -20)

result: gain_bug.zip

justinsalamon avatar May 28 '20 23:05 justinsalamon