1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 09:06:35 +01: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

@@ -85,6 +85,8 @@ struct user_settings {
int audio_in_dev;
int audio_out_dev;
double VAD_threshold;
int conference_audio_channels;
int chat_audio_channels;
#endif
};