diff options
| author | Torbjörn Andersson | 2004-07-16 10:24:29 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2004-07-16 10:24:29 +0000 |
| commit | 70f8f689a152aee9a599c310a09da0a72508af6d (patch) | |
| tree | b6151287e1a67cb5eae6efd00333dc0ddf200753 /doc | |
| parent | 078dc6220f2f2cb829429c1075c9c66bd0f717c3 (diff) | |
| download | scummvm-rg350-70f8f689a152aee9a599c310a09da0a72508af6d.tar.gz scummvm-rg350-70f8f689a152aee9a599c310a09da0a72508af6d.tar.bz2 scummvm-rg350-70f8f689a152aee9a599c310a09da0a72508af6d.zip | |
Applied patch #957544 to make output sample rate configurable at runtime.
svn-id: r14225
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/05_01.tex | 1 | ||||
| -rw-r--r-- | doc/07.tex | 3 | ||||
| -rw-r--r-- | doc/08.tex | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/doc/05_01.tex b/doc/05_01.tex index 25a37f7abb..93eded4ef6 100644 --- a/doc/05_01.tex +++ b/doc/05_01.tex @@ -37,6 +37,7 @@ Usage: scummvm [OPTIONS]... [GAME]\\ &atari, fmtowns, mac, pc)\\ --multi-midi &Enable combination of Adlib and native MIDI\\ --native-mt32 &True Roland MT-32 (disable GM emulation)\\ + --output-rate=RATE &Select output sample rate in Hz (e.g. 22050)\\ --aspect-ratio &Enable aspect ratio correction\\ \\ --alt-intro &Use alternative intro for CD versions of Beneath a\\ diff --git a/doc/07.tex b/doc/07.tex index 4087ef5419..6d9fecb670 100644 --- a/doc/07.tex +++ b/doc/07.tex @@ -34,4 +34,5 @@ for example: \input {07_02.tex} \input {07_03.tex} \input {07_04.tex} -\input {07_05.tex}
\ No newline at end of file +\input {07_05.tex} +\input {07_06.tex} diff --git a/doc/08.tex b/doc/08.tex index 0fd6dd7a6b..1d569a2e3f 100644 --- a/doc/08.tex +++ b/doc/08.tex @@ -92,6 +92,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.\\ + output\_rate &number The output sample rate to use, in Hz. Sensible\\ + & values are 11025, 22050 and 44100.\\ alsa\_port &string Port to use for output when using the\\ & ALSA music driver.\\ music\_volume &number The music volume setting (0-255)\\ |
