1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 13:46:35 +01:00

Implement simplistic VAD

This commit is contained in:
zugz (tox)
2020-05-07 00:00:00 +00:00
parent ddcf224db2
commit 7dead5ec96
18 changed files with 316 additions and 159 deletions

View File

@@ -84,7 +84,7 @@ struct user_settings {
#ifdef AUDIO
int audio_in_dev;
int audio_out_dev;
double VAD_treshold;
double VAD_threshold;
#endif
};