mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 12:40:19 +00:00
Disable echo cancellation because it isn't working
TODO: fix and reenable
This commit is contained in:
@@ -243,7 +243,12 @@ struct state_audio * audio_cfg_init(char *addrs, int recv_port, int send_port,
|
||||
|
||||
if(echo_cancellation) {
|
||||
#ifdef HAVE_SPEEX
|
||||
s->echo_state = echo_cancellation_init();
|
||||
//s->echo_state = echo_cancellation_init();
|
||||
fprintf(stderr, "Echo cancellation is currently broken "
|
||||
"in UltraGrid.\nPlease write to %s "
|
||||
"if you wish to use this feature.\n",
|
||||
PACKAGE_BUGREPORT);
|
||||
return NULL;
|
||||
#else
|
||||
fprintf(stderr, "Speex not compiled in. Could not enable echo cancellation.\n");
|
||||
free(s);
|
||||
|
||||
Reference in New Issue
Block a user