Don't show picospeaker output

merge-requests/30/head
Bob Mottram 2021-03-10 12:26:10 +00:00
parent 15f9d4a8ef
commit bcebd79b97
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ def _speakerPicospeaker(pitch: int, rate: int, systemLanguage: str,
'-l ' + speakerLang + \
' -r ' + str(rate) + \
' -p ' + str(pitch) + ' "' + \
html.unescape(sayText) + '"'
# print(speakerCmd)
html.unescape(sayText) + '" 2> /dev/null'
os.system(speakerCmd)