Changing dring.yml permanently

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.

Not sure on windows, but at least on latest version on Ubuntu 22.04, your value are correct. I got

  audioProcessor: "null"
  automaticGainControl: false
  voiceActivityDetection: false
  noiseReduce: false
  echoCancel: "null"

When I run Jami without any issue. I pingued a windows user just to check

1 Like