mplayer dump raw audio


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mplayer \
  2. -vo null \
  3. -vc dummy \
  4. -ao pcm:waveheader:file=[OUTPUT].wav [INPUT]

URL: http://en.linuxreviews.org/HOWTO_Convert_audio_files#.wav.2C_the_middle-man_for_most_audio_conversion

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.