From 69c3fa22e8f9c79948c985a0ac1eea177e322989 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Tue, 10 Mar 2020 23:45:53 +0800 Subject: [PATCH] fix: update pymumble #95 --- mumbleBot.py | 11 ----------- pymumble | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/mumbleBot.py b/mumbleBot.py index 631648a..06d9321 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -621,7 +621,6 @@ class MumbleBot: def ducking_sound_received(self, user, sound): rms = audioop.rms(sound.pcm, 2) - self._clear_pymumble_soundqueue() self._max_rms = max(rms, self._max_rms) if self._display_rms: if rms < self.ducking_threshold: @@ -715,16 +714,6 @@ class MumbleBot: self.last_volume_cycle_time = time.time() - # TODO: this is a temporary workaround for issue #44 of pymumble. - def _clear_pymumble_soundqueue(self): - for id, user in self.mumble.users.items(): - user.sound.lock.acquire() - user.sound.queue.clear() - user.sound.lock.release() - self.log.debug("bot: pymumble soundqueue cleared.") - - - def start_web_interface(addr, port): global formatter import interface diff --git a/pymumble b/pymumble index 3cfdaa0..c95e536 160000 --- a/pymumble +++ b/pymumble @@ -1 +1 @@ -Subproject commit 3cfdaa0cf1a54290283cee656fdded6bb492c909 +Subproject commit c95e53633f41f662ef03c4fdaf295fa819c26675