Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support eSpeak #52

Open
willwade opened this issue Aug 4, 2024 · 1 comment
Open

Support eSpeak #52

willwade opened this issue Aug 4, 2024 · 1 comment
Milestone

Comments

@willwade
Copy link
Contributor

willwade commented Aug 4, 2024

I've fixed eSpeak in this PR thevickypedia/py3-tts#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 willwade added this to the Release v2 milestone Aug 28, 2024
@willwade
Copy link
Contributor Author

willwade commented Aug 28, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant