Skip to content

Instantly share code, notes, and snippets.

@ccondry
Created October 15, 2020 20:12
Show Gist options
  • Save ccondry/76cf67121c9820331aa3aa21d45d66ef to your computer and use it in GitHub Desktop.
Save ccondry/76cf67121c9820331aa3aa21d45d66ef to your computer and use it in GitHub Desktop.
convert audio file to Cisco-compatible ulaw wav file
ffmpeg -i input.wav -c:a pcm_mulaw -ar 8000 -ac 1 -ab 16 output.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment