Show HN: Human Text-To-Speech API
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 }
3 comments
[ 3.9 ms ] story [ 14.2 ms ] threadWhat 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)