Created
November 23, 2018 21:19
-
-
Save evadecker/8596270d5458ba836f716065d4dc9af8 to your computer and use it in GitHub Desktop.
Increase the volume of a sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Change 10dB to the amount you'd like to bump the volume. | |
# You can use negative values to decrease volume, too. | |
ffmpeg -i input.wav -filter:a "volume=10dB" output.wav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment