Skip to content

Instantly share code, notes, and snippets.

@pofulu
Last active August 14, 2020 21:01
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pofulu/08e2986203698adfb94077eaa73de955 to your computer and use it in GitHub Desktop.
Save pofulu/08e2986203698adfb94077eaa73de955 to your computer and use it in GitHub Desktop.
Convert any sound to the format acceptable to Spark AR Studio with FFmpeg.
ffmpeg -i audio.wav -ar 44100 -ac 1 output.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment