[Scummvm-cvs-logs] CVS: scummvm NEWS,1.81,1.82 README,1.286,1.287

Robert Göffringmann lavosspawn at users.sourceforge.net
Thu Oct 14 01:40:21 CEST 2004


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

Modified Files:
	NEWS README 
Log Message:
document BS1 speech/music compression

Index: NEWS
===================================================================
RCS file: /cvsroot/scummvm/scummvm/NEWS,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- NEWS	28 Sep 2004 16:13:39 -0000	1.81
+++ NEWS	14 Oct 2004 08:36:04 -0000	1.82
@@ -36,6 +36,9 @@
  Queen:
    - Fixed some issues with the Dreamcast backend.
 
+ Sword1:
+   - Added support for compressed speech and music.
+
  Sword2:
    - Simplified memory/resource management
    - Simplified sound effects handling

Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -d -r1.286 -r1.287
--- README	14 Oct 2004 07:17:01 -0000	1.286
+++ README	14 Oct 2004 08:36:04 -0000	1.287
@@ -861,10 +861,24 @@
 Eventually you will have a much smaller *.mp3, *.ogg or *.fla file, copy this
 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.
+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.
+Afterwards, you can manually remove the SPEECH?.CLU files and the wave music files.
 
-7.5.7) Compressing speech/music in Broken Sword 2
+Running "sword1mp3 --vorbis" will compress the files using Ogg Vorbis instead
+of mp3.
+
+Use "sword1mp3 --help" to get a full list of the options.
+
+
+7.5.8) Compressing speech/music in Broken Sword 2
 ------ ------------------------------------------
-Use our sword2mp3 util rom the scummvm-tools package to perform this task.
+Use our sword2mp3 util from the scummvm-tools package to perform this task.
 You can choose between multiple target formats, but note  that you can only use
 each if ScummVM was compiled with the respective decoder support enabled.
 





More information about the Scummvm-git-logs mailing list