Skip to content

Instantly share code, notes, and snippets.

@MandarGogate
Last active March 14, 2022 11:23
Show Gist options
  • Save MandarGogate/3a189f5c2cfe34cf47e9d695a2b37c77 to your computer and use it in GitHub Desktop.
Save MandarGogate/3a189f5c2cfe34cf47e9d695a2b37c77 to your computer and use it in GitHub Desktop.
How to convert any mp3 file to .wav 16khz mono 16bit
ffmpeg -i 111.mp3 -acodec pcm_s16le -ac 1 -ar 16000 out.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment