Navigation Menu

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 JGrossholtz/442d9af8f9a245a660efba7d71b0138e to your computer and use it in GitHub Desktop.
Save JGrossholtz/442d9af8f9a245a660efba7d71b0138e to your computer and use it in GitHub Desktop.
# Convert mp3 file to Hoerbert kid radio, copy files directly under the corresponding folders
ffmpeg -i InputFile.mp3 -acodec pcm_s16le -ac 1 -ar 32000 0.WAV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment