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: Espeakui – a text-to-speech interface with mplayer-like bindings

4 pointsby asrpabout 8 years ago

1 comment

asrpabout 8 years ago
This project is related to a &quot;life hack&quot; of sorts where you get to process more information by listening to it read aloud. In this case its by a computer using the espeak speech synthesizer. One way is to skim text by setting the speech rate rather high and pause&#x2F;slowdown if anything catches your attention.<p>However, sending large amounts of text to espeak is too fragile. If you miss a bit you have to restart the entire thing. If some parts are uninteresting its not possible to skip through it. But large amounts of text is where espeak is really useful. An audio&#x2F;video player&#x27;s interface on the other hand <i>is</i> very good for playback. So I made this, a TTS with (some of) mplayer&#x27;s playback interface.<p>So I made this. It has evolved quite a bit with my personal use and I now use this much more than anything else I&#x27;ve made. This also means there are some leftovers when I thought the interface would go in a different direction. There&#x27;s surprisingly little information about designing audio interfaces that I could find (so that I&#x27;d have a better chance of getting it right on the first few tries).