Open MrBearman64 opened 3 years ago
Did you tried the new WebRTC Stuff with https://github.com/Johni0702/mumble-web-proxy ? So my problems are fixed currently without any glitches if the Speaker is talking...
Sadly, we can't use WebRTC here (e.g. firewall issues) we can't circumvent :-(
As already mentioned in issue #16 , there are still audio glitches in Voice Activation Mode, when the user starts to talk. If the user keeps talking the audio is fine; just the first 0.5s are completely unusable. First, I wanted to replace the deprecated ScriptProcessor API, but I may have found a simpler "solution": simply disabling backlogging in the VADVoiceHandler. This sometimes introduces audio clipping of about 250 ms, but it's considerably less annoying than the previous audio glitches. I've written a quick hack of this idea here