Skip to content

Instantly share code, notes, and snippets.

@evadecker
Created November 23, 2018 21:19
Show Gist options
  • Save evadecker/8596270d5458ba836f716065d4dc9af8 to your computer and use it in GitHub Desktop.
Save evadecker/8596270d5458ba836f716065d4dc9af8 to your computer and use it in GitHub Desktop.
Increase the volume of a sample
# 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