Update README.md
finished main window help texts
This commit is contained in:
parent
6d1cbb662f
commit
a4be0cd825
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -130,13 +130,23 @@ not cause any additional CPU usage.
|
||||||
|
|
||||||
#### Local audio input fader
|
#### Local audio input fader
|
||||||
|
|
||||||
![Audio fader](src/res/homepage/audiofader.jpg)
|
![Local audio input fader](src/res/homepage/audiofader.jpg)
|
||||||
|
|
||||||
With the audio fader, the relative levels of the left and right local audio channels can be changed. For a mono signal
|
With the audio fader, the relative levels of the left and right local audio channels can be changed. For a mono signal
|
||||||
it acts like a panning between the two channels. If, e.g., a microphone is connected to the right input channel and
|
it acts like a panning between the two channels. If, e.g., a microphone is connected to the right input channel and
|
||||||
an instrument is connected to the left input channel which is much louder than the microphone, move the audio fader
|
an instrument is connected to the left input channel which is much louder than the microphone, move the audio fader
|
||||||
in a direction where the label above the fader shows L -x, where x is the current attenuation indicator.
|
in a direction where the label above the fader shows L -x, where x is the current attenuation indicator.
|
||||||
|
|
||||||
|
#### Server audio mixer
|
||||||
|
|
||||||
|
![Audio faders](src/res/homepage/faders.jpg)
|
||||||
|
|
||||||
|
In the audio mixer frame, a fader for each connected client at the server is shown. This includes a fader for the own signal.
|
||||||
|
With the faders, the audio level of each client can be modified individually.
|
||||||
|
|
||||||
|
With the Mute checkbox, the current audio channel can be muted. With the Solo checkbox, the current audio channel can
|
||||||
|
be set to solo which means that all other channels except of the current channel are muted.
|
||||||
|
|
||||||
|
|
||||||
Compilation and Development
|
Compilation and Development
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in a new issue