mirror of https://gitlab.com/bashrc2/epicyon
Don't show picospeaker output
parent
15f9d4a8ef
commit
bcebd79b97
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue