AceCentre / AACSpeakHelper

Copies the pasteboard. Translates to defined lang, Reads aloud and replaces pasteboard with translated text
https://docs.acecentre.org.uk/products/v/aac-speak-helper-tool/
MIT License
0 stars 1 forks source link

Support eSpeak #52

Open willwade opened 1 month ago

willwade commented 1 month ago

I've fixed eSpeak in this PR https://github.com/thevickypedia/py3-tts/pull/6

ie this https://github.com/willwade/py3-tts

we can link to my repo for now

to do it I really should rework sapi and espeak (both using py3-tts) in tts-wrapper which would make more sense first

willwade commented 2 weeks ago

NB syntax is - wierd (?) for espeak and SAPI #53

from tts_wrapper import SAPIClient, SAPITTS
client = SAPIClient('espeak') # eSpeak
# Initialize the TTS engine
tts = SAPITTS(client)