Forked from wuelcas/Convert mp3 for SSML Alexa Audio
Created
October 14, 2020 09:20
-
-
Save Vino-git/33c1f2b5d38e969563ae155f7d6c7729 to your computer and use it in GitHub Desktop.
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 audio-input-name.mp3 -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000 audio-output-name.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment