Created
April 18, 2016 04:02
-
-
Save christiangenco/b30eec1f31254734422945b8ee67ec27 to your computer and use it in GitHub Desktop.
wma to mp3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mplayer -vo null -vc dummy -af resample=44100 -ao pcm -ao pcm:waveheader file.wma && lame -m s audiodump.wav -o file.mp3 && rm audiodump.wav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment