Created: 2023-04-17T21:51:41-05:00
This loads the echo canceller with the webrtc audio cleanup suite, and disabling automatic gain control.
pactl load-module module-echo-cancel aec_method=webrtc aec_args="analog_gain_control=0 digital_gain_control=1" source_name=echoCancel_source sink_name=echoCancel_sink
Route the Microphone to the Capture slot.
Route the application to the Sink slot.
Route the Source slot to the application's input.
Route the Playback slot to the speaker.