Search code examples
apitext-to-speech

Text to speech web API


I want a text-speech API that works over the web. Google Translate unofficial API doesn't fit because I need to read more than one paragraph and they're limited to 100 chars.

I checked iSpeech, but they require a telephone call to buy credits and since this work maintainers do not speak english and this type of billing/selling is pretty ridiculous, I'm looking forward for another alternative.

Anyone?

EDIT: It must have an pt-BR voice.


Solution

  • I actually spoke to iSpeech ( http://www.ispeech.org ) the other day, and apparently you can purchase credits directly from the web site (did you click Upgrade?). The reference to having to contact them is regarding higher volume pricing. (I haven't actually upgraded, so I haven't verified this, but that's what they said.)

    Alternatives include:

    Except for Neospeech, which has a free plan, the others are over my budget... Also, I'm disappointed that Neospeech's API is asynchronous. The API returns a code, whose status you then look up, until you get a url for the result. So it sounds like it's geared towards large amounts of text at a time.