Created
June 7, 2021 08:15
-
-
Save sgnm/cf3f6b6c2fc74ebc29be46552acb2eb3 to your computer and use it in GitHub Desktop.
Convert audio format for SparkAR
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 input.m4a -ac 1 -ab 196k -ar 44100 output.m4a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment