Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Created April 1, 2014 16:18
Show Gist options
  • Save ookami-kb/9917523 to your computer and use it in GitHub Desktop.
Save ookami-kb/9917523 to your computer and use it in GitHub Desktop.
Converting to .mp3 and .ogg from .wav
lame -h -b 192 from.wav to.mp3
oggenc -b 192 from.wav -o to.ogg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment