I am revisiting JAMI again since last year I noticed that although the documentation says you can change the AudioProcessor in the file AppData\Local\jami\dring.yml, it is unfortunately over-written each time it closes.
According to the documentation, I want the audio processor to be this in dring.yml:
audioProcessor: null
automaticGainControl: false
voiceActivityDetection: false
noiseReduce: false
echoCancel: null
However, each time I run JAMI, it is overwritten to default:
audioProcessor: webrtc
automaticGainControl: true
voiceActivityDetection: true
noiseReduce: auto
echoCancel: auto
Am I doing something wrong?
Thank you in advance, Callum.