Live data from Hacker News

Ask HN: Review my app: tweetrad.io

tweetrad.io

21–30 of 50 posts

Re: Ask HN: Review my app: tweetrad.io

#21

Okay that is awesome. I love the radio sound. One issue: When speaking the number $44B, it was pronounced as "4 B" as in "four bee"

Similarly with other common abbreviations, like State codes. Our family conference is at Truckee CA, pronounced - "truckee ka".

Re: Ask HN: Review my app: tweetrad.io

#25
post #3

Tweetrad.io is a fun little side project that converts twitter feeds into audio using text to speech. We use a distributed network of converter bots to handle the work queue. Jobs are placed on the queue via api calls from the javascript client that interacts with twitter's search api directly in order to avoid rate limiting of a centralized search server. Our app server is a lightweight Sinatra service that handles…

Nice design. Wants better text to speech--sounds like Dr. Sbaitso from 15 years ago.

Re: Ask HN: Review my app: tweetrad.io

#27
post #3

Tweetrad.io is a fun little side project that converts twitter feeds into audio using text to speech. We use a distributed network of converter bots to handle the work queue. Jobs are placed on the queue via api calls from the javascript client that interacts with twitter's search api directly in order to avoid rate limiting of a centralized search server. Our app server is a lightweight Sinatra service that handles…

Care to share which text to speech engine you are using?
Post reply on HN