Hacker News new | ask | show | jobs
Show HN: Human Text-To-Speech API
3 points by leahcim 2750 days ago
Is anyone interested in an API that would accept text as input and return a MP3 of someone reading the text within a couple of hours? We have a couple of US-based people who could do the job really well in a couple of minutes.

Command: POST /tts { text: "Hello John. Thanks for joining us today.", voice:"female", web hook: "../webhook/response" }

Webhook response (a few minutes later): POST /webhook/response { file: "voice.mp3", cost: 0.07 }

2 comments

I like the idea. I could give my Spanish
What are the restrictions? Are you going to filter some words? Sex? Violence? Nazism?

What is the cost model?

DO you have some free samples?

(Also, if we can't try it, this is more an AskHN than a ShowHN https://news.ycombinator.com/showhn.html)