No release in over 3 years
Google TTS engine for ScreenKit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

screenkit-tts-google

Tests Gem Gem MIT License

TTS engine for ScreenKit

Installation

gem install screenkit-tts-google

Or add the following line to your project's Gemfile:

gem "screenkit-tts-google"

Usage

When calling screenkit, you must provide a your credentials JSON file prefixed by google: (e.g. google:credentials.json).

screenkit episode export --dir episodes/001* --api-key "google:credentials.json"

Then, add the following to your ScreenKit configuration:

tts:
  - id: google
    engine: google
    enabled: true
    voice:
      language_code: en-US
      ssml_gender: "FEMALE"
    audio_config:
      audio_encoding: "M4A"
      speaking_rate: 1.0

For more info, see:

Maintainer

Contributors

Contributing

For more details about how to contribute, please read https://github.com/fnando/screenkit-tts-google/blob/main/CONTRIBUTING.md.

License

The gem is available as open source under the terms of the MIT License. A copy of the license can be found at https://github.com/fnando/screenkit-tts-google/blob/main/LICENSE.md.

Code of Conduct

Everyone interacting in the screenkit-tts-google project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.