mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
echo-cancel: Use speex by default if webrtc isn't available
Thanks to Peter Meerwald <pmeerw@pmeerw.net> for pointing this out. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=42925
This commit is contained in:
parent
42881d2770
commit
4b7b244564
1 changed files with 4 additions and 0 deletions
|
|
@ -89,7 +89,11 @@ typedef enum {
|
||||||
#endif
|
#endif
|
||||||
} pa_echo_canceller_method_t;
|
} pa_echo_canceller_method_t;
|
||||||
|
|
||||||
|
#if HAVE_WEBRTC
|
||||||
#define DEFAULT_ECHO_CANCELLER "webrtc"
|
#define DEFAULT_ECHO_CANCELLER "webrtc"
|
||||||
|
#else
|
||||||
|
#define DEFAULT_ECHO_CANCELLER "speex"
|
||||||
|
#endif
|
||||||
|
|
||||||
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