synapto-plugin-tts-google 0.1.0-dev.2

Google Cloud text-to-speech plugin for the Synapto framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "plugins": {
    "synapto_plugin_tts_google": {
      "TtsGooglePlugin": {
        "language_code": "cs-cz",
        "voice_name": "cs-CZ-Chirp3-HD-Schedar",
        "voice_gender": "MALE"
      }
    }
  }
}