From f2b4995046c1d402e4c2898e2a77e8e1ab107988 Mon Sep 17 00:00:00 2001 From: drax62 <> Date: Sat, 21 Aug 2004 15:17:48 +0000 Subject: [PATCH] Fixed a typo --- LDP/howto/docbook/MP3-CD-Burning.sgml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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