[Scummvm-cvs-logs] CVS: scummvm README,1.213,1.214
Jonathan Gray
khalek at users.sourceforge.net
Thu Dec 11 06:39:05 CET 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv12378
Modified Files:
README
Log Message:
add config file parameter to specify the desired port when using the ALSA music driver
Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- README 11 Dec 2003 06:18:35 -0000 1.213
+++ README 11 Dec 2003 14:38:43 -0000 1.214
@@ -629,7 +629,8 @@
7.4.1 Playing sound with ALSA sequencer: [UNIX ONLY]
----- ----------------------------------
If you have installed the ALSA driver with the sequencer support, then
-set the environment variable "SCUMMVM_PORT" to your sequencer port - e.g. 65:0
+set the environment variable SCUMMVM_PORT or the config file parameter
+alsa_port to your sequencer port. The default is "65:0".
Here is a little howto on how to use the ALSA sequencer with your soundcard.
In all cases, to have a list of all the sequencer ports you have, try the
@@ -825,6 +826,8 @@
joystick_num number Number of joystick device to use for input
master_volume number The master volume setting (0-255)
music_driver string The music engine to use.
+ alsa_port string Port to use for output when using the
+ ALSA music driver.
music_volume number The music volume setting (0-255)
multi_midi bool If true, enable combination Adlib and native
MIDI.
More information about the Scummvm-git-logs
mailing list