Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Speech indicator management

Thikness and position

Speech indicator frame thikness can be set (6 pixels by default)

...

Code Block
themeRDark
mixer_voice_activity_frame_position_inner=true

Audio only streams displaying

By default, if audio only track from some stream was added to mixer, this stream is shown in separate frame with speech indicator (see above). Sound only can be added to mixer without showing a separate participant (for example, to comment or to dub) with the following parameter if necessary

Code Block
themeRDark
mixer_show_separate_audio_frame=false

Frame colour

Since build 5.2.741 speech indicator frame colour can be changed with the following parameter

...

A colour can be set as hexadecimal value with # or 0x prefix, in #RRGGBB form. Using the settings above, speech indicator frame will be red.

Frame displaying when silence is in a stream

By default, speech indicator frame may blink at normal participant speech rate, which can be incomfortable for viewing. For this reason, since build 5.2.775 it is possible to set a time interval in which the frame will be displayed since silence is detected in the stream. The feature can be enabled using the following parameter

Code Block
themeRDark
mixer_voice_activity_switch_delay=500

In this case, speech indicator frame will still be displayed in 500 milliseconds since silence is detected in the stream.

By default, this interval is set to 0, frame will be hidden without delay.

Mixer background management

...