diff options
author | 2025-04-14 11:31:53 +0200 | |
---|---|---|
committer | 2025-04-27 22:23:20 +0200 | |
commit | d0f1c15a0f6df2dd51a754cb46e6175b7079c8f2 (patch) | |
tree | be35c94340442af08c316a8679089ee68e119fac /docs/man/mame.6 | |
parent | ec636faeba5c5841c5a4a35b7c9dc2f06a00f538 (diff) |
New sound infrastructure.
Should be added soon:
- mute
- speaker/microphone resampling
To be added a little later:
- compression
- reverb
Needs to be added by someone else:
- coreaudio
- direct
- portaudio
- xaudio2
- js
Diffstat (limited to 'docs/man/mame.6')
-rw-r--r-- | docs/man/mame.6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/mame.6 b/docs/man/mame.6 index 3d83084e4c0..5d0123f486f 100644 --- a/docs/man/mame.6 +++ b/docs/man/mame.6 @@ -944,7 +944,7 @@ the audio output is overdriven. The default is ON (\-compressor). .TP .B \-volume, \-vol \fIvalue Sets the startup volume. It can later be changed with the user interface -(see Keys section). The volume is an attenuation in dB: e.g., +(see Keys section). The volume is in dB: e.g., "\-volume \-12" will start with \-12dB attenuation. The default is 0. .\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ .\" SDL specific |