From a4be0cd82510ec64305548ece44f99aea4930000 Mon Sep 17 00:00:00 2001 From: corrados <46655886+corrados@users.noreply.github.com> Date: Sun, 16 Jun 2019 10:27:41 +0200 Subject: [PATCH] Update README.md finished main window help texts --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff63297d..6b0fc48f 100644 --- a/README.md +++ b/README.md @@ -130,13 +130,23 @@ not cause any additional CPU usage. #### 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 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 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 ---------------------------