screenkit-tts-minimax
Minimax TTS engine for ScreenKit
Installation
gem install screenkit-tts-minimaxOr 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: EnglishFor 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.