Skip to content

Instantly share code, notes, and snippets.

@sgnm
Created June 7, 2021 08:15
Show Gist options
  • Save sgnm/cf3f6b6c2fc74ebc29be46552acb2eb3 to your computer and use it in GitHub Desktop.
Save sgnm/cf3f6b6c2fc74ebc29be46552acb2eb3 to your computer and use it in GitHub Desktop.
Convert audio format for SparkAR
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