diff options
author | Jonathan Gray | 2003-12-11 14:38:43 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-12-11 14:38:43 +0000 |
commit | 7c320d63de7032886f6c8022805501359ffec66e (patch) | |
tree | 9e401c3e78ac4a15207abee5ae86bd9fd3dd3a06 /README | |
parent | 3174cef1273fb3ff266e8a06f3f89cdd7751855d (diff) | |
download | scummvm-rg350-7c320d63de7032886f6c8022805501359ffec66e.tar.gz scummvm-rg350-7c320d63de7032886f6c8022805501359ffec66e.tar.bz2 scummvm-rg350-7c320d63de7032886f6c8022805501359ffec66e.zip |
add config file parameter to specify the desired port when using the ALSA music driver
svn-id: r11583
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -629,7 +629,8 @@ sequencer support does not work, you can always fall back on Adlib emulation. 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 @@ The following keywords are recognized: 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. |