No release in over 3 years
Minimax (https://minimax.io) 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

Development

Runtime

 Project Readme

screenkit-tts-minimax

Tests Gem Gem MIT License

Minimax TTS engine for ScreenKit

Installation

gem install screenkit-tts-minimax

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

gem "screenkit-tts-minimax"

Usage

When calling screenkit, you must provide your API key prefixed by minimax: (e.g. minimax:api-key).

screenkit episode export --dir episodes/001* --api-key "minimax:$MINIMAX_API_KEY"

Then, add the following to your ScreenKit configuration:

tts:
  - id: minimax
    engine: minimax
    enabled: true
    model: speech-2.6-hd
    voice_setting:
      voice_id: English_Insightful_Speaker
    audio_settings:
      sample_rate: 44100
      format: wav
    language_boost: English

For more info, see:

Maintainer

Contributors

Contributing

For more details about how to contribute, please read https://github.com/fnando/screenkit-tts-minimax/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-minimax/blob/main/LICENSE.md.

Code of Conduct

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