TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Python C extension for the eSpeak speech synthesizer

1 pointsby asrpabout 8 years ago

1 comment

asrpabout 8 years ago
espeak is a fast speech synthesizer and is the only open source synthesizer I know that&#x27;s still understandable when played at high speed (300-400 words per minute).<p>And this is the only python library that wraps the C library `speak_lib` rather than calling the `espeak` binary. This wrapping is needed to get callbacks from espeak. The espeak C library `speak_lib` has even more features that I wanted so I added them to this wrapper.<p>What do I need these features for? That&#x27;s being prepared for next week.