Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save biojazzard/19dea7a987103c3eb473a0ac11dd2f19 to your computer and use it in GitHub Desktop.

Select an option

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