master v0.0.2
bel 2023-04-01 11:13:57 -06:00
parent e26e700a21
commit 63fe8e7e9e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Reader(threading.Thread):
def mic_idx(self): def mic_idx(self):
mics = [] mics = []
while not mics: while not mics and not self.should_stop():
log(f'searching for one of {self.name.split(",")} in {sr.Microphone.list_microphone_names()}...') log(f'searching for one of {self.name.split(",")} in {sr.Microphone.list_microphone_names()}...')
time.sleep(1) time.sleep(1)
mics = [ mics = [