[Scummvm-cvs-logs] CVS: scummvm/doc 07_05.tex,1.6,1.7

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Oct 14 03:44:54 CEST 2004


Update of /cvsroot/scummvm/scummvm/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10486/doc

Modified Files:
	07_05.tex 
Log Message:
Changed "mp3" to "MP3" whenever it refers to the actual format. (It's still
lower case when used as part of a file name, etc.) I don't know if it's
correct usage, but that's how it was done in most cases already.


Index: 07_05.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/07_05.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 07_05.tex	14 Oct 2004 08:58:02 -0000	1.6
+++ 07_05.tex	14 Oct 2004 10:33:48 -0000	1.7
@@ -8,7 +8,7 @@
 
 \subsubsection{Using MP3 files for CD audio}
 
-Use LAME or some other mp3 encoder to rip the cd audio tracks to files. Name
+Use LAME or some other MP3 encoder to rip the cd audio tracks to files. Name
 the files track1.mp3 track2.mp3 etc. ScummVM must be compiled with MAD support
 to use this option. You'll need to rip the file from the CD as a WAV file,
 then encode the MP3 files in constant bit rate. This can be done with the 
@@ -117,10 +117,10 @@
 \subsubsection{Compressing speech/music in Broken Sword 1}
 
 The sword1mp3 tool from the scummvm-tools package can encode music and speech
-to mp3 as well as Ogg Vorbis.
+to MP3 as well as Ogg Vorbis.
 Easiest way to encode the files is simply copying the executable into your
 BS1 directory (together with the lame encoder) and run it from there.
-This way, it'll automatically encode everything to mp3.
+This way, it'll automatically encode everything to MP3.
 Afterwards, you can manually remove the SPEECH?.CLU files and the wave music files.
 
 Running 
@@ -128,7 +128,7 @@
   sword1mp3 --vorbis
 \end{verbatim}
 %
-will compress the files using Ogg Vorbis instead of mp3.
+will compress the files using Ogg Vorbis instead of MP3.
 
 Use 
 \begin{verbatim}





More information about the Scummvm-git-logs mailing list