Johni0702 / mumble-web

An HTML5 Mumble client
682 stars 151 forks source link

Audio Glitches @ Voice Activation #141

Open MrBearman64 opened 3 years ago

MrBearman64 commented 3 years ago

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

DoM1niC commented 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...

mifritscher commented 3 years ago

Sadly, we can't use WebRTC here (e.g. firewall issues) we can't circumvent :-(