Skip to content

vinceh121/google-translate-tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-translate-tts

Unofficial API to Google Translate's TTS service

Usage

The following in a pretty easy example on how to directly save the MP3 audio file.

GoogleTranslateTTS tts = new GoogleTranslateTTS("en-US");
tts.saveToFile("This is an example of the Google TTS wrapper.", "tts-out.mp3");

Installation

If your project uses Maven, you can add the Jitpack repository...

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>

...and then add the project dependency:

<dependency>
  <groupId>com.github.vinceh121</groupId>
  <artifactId>google-translate-tts</artifactId>
  <version>1.0.0</version>
</dependency>

And you're done!

License

This API wrapper is released under the GNU GPL V3

About

Unofficial API to Google Translate's TTS service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages