screenkit-tts-google
TTS engine for ScreenKit
Installation
gem install screenkit-tts-googleOr 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.0For 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.