RealtimeTTS
RealtimeTTS copied to clipboard
singapore-english accent
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