overte icon indicating copy to clipboard operation
overte copied to clipboard

setLocalEcho(true) only works if microphone is not muted

Open JulianGro opened this issue 8 months ago • 0 comments

When pressing the "Test your voice" button in the audio settings, while being muted in said audio settings, your voice doesn't get repeated to you. It uses AudioScriptingInterface.setLocalEcho(true), which I assume is on the C++ side.

Apparently, this is a bug, since the API documentation specifically says that both mute and push-to-talk should be ignored: https://apidocs.overte.org/Audio.html#.setLocalEcho

JulianGro avatar Apr 24 '25 08:04 JulianGro