1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 20:36: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

@@ -103,7 +103,7 @@ static struct cmd_func conference_commands[] = {
#ifdef AUDIO
{ "/audio", cmd_enable_audio },
{ "/mute", cmd_conference_mute },
{ "/sense", cmd_sense },
{ "/sense", cmd_conference_sense },
#endif /* AUDIO */
{ NULL, NULL },
};