Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

License Issue about Google text-to-speech TTS

I would like to record output from Googles text 2 speech engines and provide this as e.g. wav with my android application (reason see below). The application is closed source, commercial. Can somebody answer me if I am allowed doing this?I did not really found anything helpful in the licenses.

Reason:

I know it sound a little odd but at the end this is a better working approach in my case because:

  • Sometimes tts is not installed
  • Sometimes it is the wrong language
  • Sometimes it is a crazy voice selected
  • I like to tune the output a little
  • And maybe some more challenges to fight with
like image 998
user3237753 Avatar asked Jan 26 '14 15:01

user3237753


People also ask

Can I use Google TTS commercially?

The API (and only the API) is under the Apache v2 License, so you can use that under its terms which includes commercial usage; that doesn't make google's TTS open-source though.

Is Google TTS is free?

Text-to-Speech is priced based on the number of characters sent to the service to be synthesized into audio each month. You must enable billing to use Text-to-Speech, and will be automatically charged if your usage exceeds the number of free characters allowed per month.

How much does Text-to-Speech app cost?

This is one of the best text-to-speech apps for business and personal usage alike. Pricing: Basic $13/month billed annually.


1 Answers

I think the short answer to your question is: no.

  1. Google TTS engine is not documented: even if there are ways to get the spoken text as an mp3 file (see https://gist.github.com/alotaiba/1728771), there is no document allowing you to do this; Google is also continuously changing the needed parameters.
  2. Google Text-Translation services have documented APIs and are not free.

However, you can try the acapelabox service: for test it is free, the paid service explicitly allows commercial use (read the FAQ section).

like image 79
Poiana Apuana Avatar answered Oct 18 '22 05:10

Poiana Apuana