mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
docs: explain compressor a bit again
This commit is contained in:
parent
95bcb4551d
commit
9db8443a30
3 changed files with 6 additions and 5 deletions
|
@ -939,8 +939,8 @@ cause higher audio quality but slower emulation speed. The default is
|
|||
Use samples if available. The default is ON (\-samples).
|
||||
.TP
|
||||
.B \-[no]compressor
|
||||
Use compressor, it reduces overall volume when sound is overdriven.
|
||||
The default is ON (\-compressor).
|
||||
Enable audio compressor. It temporarily reduces the overall volume when
|
||||
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
|
||||
|
|
|
@ -970,8 +970,8 @@ cause higher audio quality but slower emulation speed. The default is
|
|||
Use samples if available. The default is ON (\-samples).
|
||||
.TP
|
||||
.B \-[no]compressor
|
||||
Use compressor, it reduces overall volume when sound is overdriven.
|
||||
The default is ON (\-compressor).
|
||||
Enable audio compressor. It temporarily reduces the overall volume when
|
||||
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
|
||||
|
|
|
@ -2828,7 +2828,8 @@ Core Sound Options
|
|||
|
||||
**-[no]compressor**
|
||||
|
||||
Use compressor, it reduces overall volume when sound is overdriven.
|
||||
Enable audio compressor. It temporarily reduces the overall volume when
|
||||
the audio output is overdriven.
|
||||
|
||||
The default is ON (**-compressor**).
|
||||
|
||||
|
|
Loading…
Reference in a new issue