Closed goldyfruit closed 3 years ago
When trying to load echo-cancellation module, pactl returns and error because the module doesn't exist.
echo-cancellation
pactl
$ pactl load-module echo-cancellation Failure: Module initialization failed
The correct module name is module-echo-cancel:
module-echo-cancel
$ pactl load-module module-echo-cancel 20
Ah thanks for this - have sent through the CLA now
Hope you had a good Christmas too :)
Bam, you are quick :)
Merging now
Description
When trying to load
echo-cancellation
module,pactl
returns and error because the module doesn't exist.Type of PR
Testing
The correct module name is
module-echo-cancel
: