mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
echo-cancel: Make WebRTC the default canceller
Works pretty well, and isn't a CPU hog, so let's use it!
This commit is contained in:
parent
c3d714693c
commit
cc89b4aff1
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ typedef enum {
|
||||||
#endif
|
#endif
|
||||||
} pa_echo_canceller_method_t;
|
} pa_echo_canceller_method_t;
|
||||||
|
|
||||||
#define DEFAULT_ECHO_CANCELLER "speex"
|
#define DEFAULT_ECHO_CANCELLER "webrtc"
|
||||||
|
|
||||||
static const pa_echo_canceller ec_table[] = {
|
static const pa_echo_canceller ec_table[] = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue