tag:www.rhnh.net,2008:/m4a M4a - Xavier Shay's Blog 2007-08-15T07:25:29Z Enki Xavier Shay notreal@rhnh.net tag:www.rhnh.net,2008:Post/127 2007-07-23T07:24:00Z 2007-08-15T07:25:29Z Convert M4A to WAV in Ubuntu <table class="CodeRay"><tr> <td class="line_numbers" title="click to toggle" onclick="with (this.firstChild.style) { display = (display == '') ? 'none' : '' }"><pre>1<tt> </tt></pre></td> <td class="code"><pre ondblclick="with (this.style) { overflow = (overflow == 'auto' || overflow == '') ? 'visible' : 'auto' }">mplayer -ao pcm:file=targetfile.wav sourcefile.m4a<tt> </tt></pre></td> </tr></table>