Created
September 11, 2018 01:42
-
-
Save dnavarrom/80962fd8c8eefa7d6b6e4e78c12c329b to your computer and use it in GitHub Desktop.
Convert mp3 to use in AWS Alexa
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 -y -i input.mp3 -ar 16000 -ab 48k -codec:a libmp3lame -ac 1 output.mp3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment