1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 00:56:35 +02:00

Add config settings for audio channels

This commit is contained in:
jfreegman
2020-11-18 16:29:01 -05:00
parent f882fdf608
commit 31f36318a2
7 changed files with 50 additions and 8 deletions

View File

@ -84,6 +84,12 @@ audio = {
// default VAD threshold; float (recommended values are 1.0-40.0)
VAD_threshold=5.0;
// Number of channels to use for conference audio broadcasts; 1 for mono, 2 for stereo.
conference_audio_channels=1;
// Number of channels to use for 1-on-1 audio broadcasts; 1 for mono, 2 for stereo.
chat_audio_channels=2;
};
tox = {