code: ```python test_file = "liz.wav" apply_gain(test_file, +20) apply_gain(test_file, -20) ``` result: [gain_bug.zip](https://github.com/SuperKogito/pydiogment/files/4698798/gain_bug.zip)