Hello everyone … has anyone managed to get the AEC to work with a 6 mic Circular array respeaker card?
preferably under pulseaudio
I tested a lot of different solutions without ever getting any results
example tested: as described -> Here
/etc/pulse/default.pa
load-module module-echo-cancel source_name = MicroFilter source_properties = “device.description = ‘MicroFiltre’” source_master = alsa_input.platform-soc_sound.seeed-8ch sink_name = AudioFilterOutput sink_properties = "device.description = ‘AudioFilterOutput’ alsa_output = 'alsa_output .platform-soc_sound.seeed-2ch aec_method = webrtc use_master_format = 1 aec_args = “high_pass_filter = 1 noise_suppression = 0 analog_gain_control = 0”
Other solution as described ->Here
.ifexists module-echo-cancel.so
load-module module-echo-cancel aec_method=webrtc source_name=echocancel sink_name=echocancel1set-default-source echocancelset-default-sink echocancel1.endif
I also tried the respeakerd solution found Here
and librespeaker found Here
But no solution works!
Help !!!