mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
5aaaf08c68
commit
443ee5e2c6
|
@ -87,6 +87,8 @@ def _speakerEspeak(espeak, pitch: int, rate: int, srange: int,
|
|||
|
||||
def _speakerPicospeaker(pitch: int, rate: int, systemLanguage: str,
|
||||
sayText: str) -> None:
|
||||
"""TTS using picospeaker
|
||||
"""
|
||||
speakerLang = 'en-GB'
|
||||
if systemLanguage:
|
||||
if systemLanguage.startswith('fr'):
|
||||
|
|
Loading…
Reference in New Issue