Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OpenVoiceOS/ovos-tts-plugin-google-TX

google translate tts plugin for OVOS / mycroft
https://github.com/OpenVoiceOS/ovos-tts-plugin-google-TX

Last synced: about 2 months ago
JSON representation

google translate tts plugin for OVOS / mycroft

Awesome Lists containing this project

README

        

## Description
Mycroft TTS plugin for [gTTS](https://github.com/pndurette/gTTS)

### Disclaimer

[gTTS](https://github.com/pndurette/gTTS) is *not* affiliated with Google or Google Cloud. Breaking upstream changes *can* occur without notice. This project is leveraging the undocumented [Google Translate](https://translate.google.com) speech functionality and is *different* from [Google Cloud Text-to-Speech](https://cloud.google.com/text-to-speech/).

Usage of this plugin is in a somewhat legal grey area, it does exactly what your browser does when it presses the speak button in google translate.
It can stop working at any time and should never be used in production or commercially!

![](./gtts.png)

## Install

`pip install ovos-tts-plugin-google-tx`

## Configuration

```json
"tts": {
"module": "ovos-tts-plugin-google-tx"
}

```

### Extra options

you can override the language, otherwise system lang is used

```json
"tts": {
"module": "ovos-tts-plugin-google-tx",
"ovos-tts-plugin-google-tx": {
"lang": "es"
}

```