Fix speaker-track readiness race: skip mixed-file wait when tracks exist
This commit is contained in:
@@ -111,6 +111,9 @@ class MeetingSink(voice_recv.AudioSink):
|
||||
return track
|
||||
|
||||
def write(self, user, data) -> None:
|
||||
if self._cleaned_up:
|
||||
return
|
||||
|
||||
pcm = getattr(data, "pcm", b"") or b""
|
||||
|
||||
# Mixed archive always gets every frame (including silence) so the
|
||||
|
||||
Reference in New Issue
Block a user