In my /etc/pulse/default.pa
configuration file I have the following settings:
load-module module-echo-cancel aec_method=webrtc source_name=echocancel sink_name=echocancel1
set-default-source echocancel
set-source-volume echocancel 65536
The echo-cancel module loads just fine, and is set as the default source for the microphone, however the source-volume is not set to 100%, rather the last line doesn't seem to do anything.
Running the last command stand-alone such as pacmd set-source-volume echocancel 65536
sets the volume to 100% just fine for the source (microphone).
How would I go about setting the volume of the new echo-cancelled source in the loaded configuration files so it persists between restarts?