You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def write(self, user, data: voice_recv.VoiceData):
self.audio_data.append(data.pcm) # Extract raw audio data
self.speakers[str(user)] += 1 # Count how many times each user spoke
why does receiving the
member
not work like in the read me?The text was updated successfully, but these errors were encountered: