Skip to content

OpenVoiceOS/ovos-tts-plugin-google-tx

Repository files navigation

Description

OVOS TTS plugin for gTTS

Disclaimer

gTTS is not affiliated with Google or Google Cloud. Breaking upstream changes can occur without notice. This project is leveraging the undocumented Google Translate speech functionality and is different from Google Cloud 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!

Install

pip install ovos-tts-plugin-google-tx

Configuration

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

Extra options

you can override the language, otherwise system lang is used

the tld option can also be set to force accents and is also useful when google.com might be blocked within a network but a local or different Google host not

  "tts": {
    "module": "ovos-tts-plugin-google-tx",
    "ovos-tts-plugin-google-tx": {
      "lang": "pt-PT",
      "tld": "pt"
    }