module-echo-cancel.c has #define DEFAULT_ECHO_CANCELLER "webrtc" which leads to E: [lt-pulseaudio] module-echo-cancel.c: Invalid echo canceller implementation when loading module-echo-cancel if webrtc is not compiled in and the AEC implementation is not specified I suggest #ifdef HAVE_WEBRTC #define DEFAULT_ECHO_CANCELLER "webrtc" #else #define DEFAULT_ECHO_CANCELLER "speed" #endif
Fixed now, thanks for reporting!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.