Fixed a typo

This commit is contained in:
drax62 2004-08-21 15:17:48 +00:00
parent 4cd7a36a67
commit f2b4995046
1 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,12 @@
<para>A complete recipe for creating audio and data CDs from MP3 files.</para>
</abstract>
<revhistory>
<revision>
<revnumber>1.11</revnumber>
<date>2004-08-21</date>
<authorinitials>GW</authorinitials>
<revremark>Fixed a typo.</revremark>
</revision>
<revision>
<revnumber>1.10</revnumber>
<date>2004-07-14</date>
@ -216,7 +222,7 @@ help you.
</section>
<section id="mplayer"><title>Converting other formats</title>
<para>Nico Genimakis sent me an email about using <emphasize>mplayer</emphasize> to covert audio in many different formats to WAV with automatic resampling to 44100Hz. Mplayer is known to be able to read almost anything, and it can convert your .ogg, .mp3, .flac, .wma etc.</para>
<para>usage (in this example convering WMA files):</para>
<para>usage (in this example converting WMA files):</para>
<programlisting>
for i in *.wma ; do mplayer -vo null -vc dummy -af resample=44100 -ao pcm -waveheader $i; done
</programlisting>