Last active
August 11, 2024 13:34
-
-
Save MandarGogate/3a189f5c2cfe34cf47e9d695a2b37c77 to your computer and use it in GitHub Desktop.
How to convert any mp3 file to .wav 16khz mono 16bit
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
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