Sleep after mimic3 play

merge-requests/30/head
Bob Mottram 2022-06-30 12:45:45 +01:00
parent ce2033123f
commit 2601fd2e1e
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ def _speaker_mimic3(pitch: int, rate: int, srange: int,
except OSError as ex:
print('EX: unable to play ' + audio_filename + ' ' + str(ex))
_play_sound(audio_filename)
time.sleep(4)
def _speaker_picospeaker(pitch: int, rate: int, system_language: str,