mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
add support for multiple concurrent broadcasts
This commit is contained in:
@@ -546,5 +546,6 @@ class SoundDeviceAudioInput(ThreadedAudioInput):
|
||||
return bytes(pcm_buffer)
|
||||
|
||||
def _close(self):
|
||||
self._stream.stop()
|
||||
self._stream = None
|
||||
if self._stream:
|
||||
self._stream.stop()
|
||||
self._stream = None
|
||||
|
||||
Reference in New Issue
Block a user