RealtimeTTS icon indicating copy to clipboard operation
RealtimeTTS copied to clipboard

singapore-english accent

Open kunci115 opened this issue 5 months ago • 0 comments

Hi i just wonder is it possible to generate voice with english (singaporean) accent ?

engine = SystemEngine() # replace with your TTS engine
stream = TextToAudioStream(engine=engine, language="en")

currently I'm using this setup to do local generation, I can't use google speech things because its calling for an internet, and I want it to be local

kunci115 avatar Sep 19 '24 07:09 kunci115