diff options
author | Torbjörn Andersson | 2004-10-14 10:33:48 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-10-14 10:33:48 +0000 |
commit | d06c76b8d7a1636f22300b7eb0ccbb38b4a0d74f (patch) | |
tree | 759bb6a42157132c953438bd9ef4f6e64c1b34e2 | |
parent | 522da1ddbc46bc58789f2250281c6bd4a9f37cf9 (diff) | |
download | scummvm-rg350-d06c76b8d7a1636f22300b7eb0ccbb38b4a0d74f.tar.gz scummvm-rg350-d06c76b8d7a1636f22300b7eb0ccbb38b4a0d74f.tar.bz2 scummvm-rg350-d06c76b8d7a1636f22300b7eb0ccbb38b4a0d74f.zip |
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.
svn-id: r15550
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | doc/07_05.tex | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -764,7 +764,7 @@ command as described earlier in this section. 7.5.0) 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 @@ -864,14 +864,14 @@ file to your game dir. You can safely remove the old file. 7.5.7) 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 "sword1mp3 --vorbis" will compress the files using Ogg Vorbis instead -of mp3. +of MP3. Use "sword1mp3 --help" to get a full list of the options. diff --git a/doc/07_05.tex b/doc/07_05.tex index 0461bf4919..95e13ac0ea 100644 --- a/doc/07_05.tex +++ b/doc/07_05.tex @@ -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 @@ file to your game dir. You can safely remove the old file. \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 @@ Running 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} |