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 + \
|
'-l ' + speakerLang + \
|
||||||
' -r ' + str(rate) + \
|
' -r ' + str(rate) + \
|
||||||
' -p ' + str(pitch) + ' "' + \
|
' -p ' + str(pitch) + ' "' + \
|
||||||
html.unescape(sayText) + '"'
|
html.unescape(sayText) + '" 2> /dev/null'
|
||||||
# print(speakerCmd)
|
|
||||||
os.system(speakerCmd)
|
os.system(speakerCmd)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue