Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biojazzard/19dea7a987103c3eb473a0ac11dd2f19 to your computer and use it in GitHub Desktop.
Save biojazzard/19dea7a987103c3eb473a0ac11dd2f19 to your computer and use it in GitHub Desktop.
MP3 to WAV for BOSS RC-500 Looper
ffmpeg -i input.mp3 -acodec pcm_s16le -ar 44100 out.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment