src/adjust_audio_volume.py
Adjust the volume of audio files in a directory to a target dBFS.
Source code in src/adjust_audio_volume.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
Adjust the volume of audio files in a directory to a target dBFS.
src/adjust_audio_volume.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|