Live data from Hacker News

Show HN: Human Text-To-Speech API

news.ycombinator.com

1–4 of 4 posts

Show HN: Human Text-To-Speech API

#1
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 }

Re: Show HN: Human Text-To-Speech API

#4

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 )

[deleted]