diff options
author | 2021-09-24 19:40:10 +0200 | |
---|---|---|
committer | 2021-09-24 19:40:10 +0200 | |
commit | c9c3cac6c25d6abe80280190c3c80b146fd58d4f (patch) | |
tree | 7bfaecd27a57132b15dad0d3f0119d954ec97103 /docs/man | |
parent | 3a2ab1a6c6238aa2c027651ec854ade488034d43 (diff) |
sound: make the compressor optional (clamp overdrive to -1.0-1.0 when off)
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/mame.6 | 3 | ||||
-rw-r--r-- | docs/man/mess.6 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/man/mame.6 b/docs/man/mame.6 index 3466ceef343..acb1d058625 100644 --- a/docs/man/mame.6 +++ b/docs/man/mame.6 @@ -938,6 +938,9 @@ cause higher audio quality but slower emulation speed. The default is .B \-[no]samples Use samples if available. The default is ON (\-samples). .TP +.B \-[no]compressor +Use compressor for sound. 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., diff --git a/docs/man/mess.6 b/docs/man/mess.6 index ec6a16b6ab5..d39926a18cb 100644 --- a/docs/man/mess.6 +++ b/docs/man/mess.6 @@ -969,6 +969,9 @@ cause higher audio quality but slower emulation speed. The default is .B \-[no]samples Use samples if available. The default is ON (\-samples). .TP +.B \-[no]compressor +Use compressor for sound. 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: |