diff --git a/LDP/howto/docbook/MP3-CD-Burning.sgml b/LDP/howto/docbook/MP3-CD-Burning.sgml index ed5671ff..1a6b05c9 100644 --- a/LDP/howto/docbook/MP3-CD-Burning.sgml +++ b/LDP/howto/docbook/MP3-CD-Burning.sgml @@ -14,6 +14,12 @@ A complete recipe for creating audio and data CDs from MP3 files. + + 1.11 + 2004-08-21 + GW + Fixed a typo. + 1.10 2004-07-14 @@ -216,7 +222,7 @@ help you.
Converting other formats Nico Genimakis sent me an email about using mplayer 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. -usage (in this example convering WMA files): +usage (in this example converting WMA files): for i in *.wma ; do mplayer -vo null -vc dummy -af resample=44100 -ao pcm -waveheader $i; done