Skip to content

feat(minimax-voice): add MiniMax voice synthesis and music generation…#7

Open
HeteroCat wants to merge 4 commits intoMiniMax-AI:mainfrom
HeteroCat:main
Open

feat(minimax-voice): add MiniMax voice synthesis and music generation…#7
HeteroCat wants to merge 4 commits intoMiniMax-AI:mainfrom
HeteroCat:main

Conversation

@HeteroCat
Copy link

… skill

Introduce a comprehensive MiniMax API client skill for voice synthesis and music generation. The skill includes four main modules:

  • text_to_audio.py: Synchronous text-to-speech for short texts (≤10k chars)
  • text_to_audio_async.py: Asynchronous text-to-speech for long texts (10k-50k chars)
  • voice_manager.py: Voice management (list/clone/design voices and file upload)
  • music_generation.py: Music generation from lyrics and style prompts

All scripts support environment variable configuration, automatic Bearer token handling, and save outputs to ./assets/audios/ by default. A detailed SKILL.md provides usage examples, API limits, common voice IDs, and error codes.

… skill

Introduce a comprehensive MiniMax API client skill for voice synthesis and music generation. The skill includes four main modules:
- text_to_audio.py: Synchronous text-to-speech for short texts (≤10k chars)
- text_to_audio_async.py: Asynchronous text-to-speech for long texts (10k-50k chars)
- voice_manager.py: Voice management (list/clone/design voices and file upload)
- music_generation.py: Music generation from lyrics and style prompts

All scripts support environment variable configuration, automatic Bearer token handling, and save outputs to ./assets/audios/ by default. A detailed SKILL.md provides usage examples, API limits, common voice IDs, and error codes.
@zest0198
Copy link
Collaborator

Thanks for the PR! As mentioned in our CONTRIBUTING.md, we recommend writing skills and scripts in English for a wider reach. Could you please update them?

HeteroCat and others added 3 commits March 24, 2026 20:36
统一将技能文档、脚本注释和用户提示从中文翻译为英文,提高国际化项目的可读性和可维护性。
更新了SKILL.md文档、所有脚本文件的文档字符串、类/方法注释、命令行帮助文本和错误消息。
…善技能信息。

同时将 minimax-voice 技能添加到项目根目录的 README.md 和 README_zh.md 中,确保文档的完整性。
@HeteroCat
Copy link
Author

Of course, I've already made the changes. Please check if they're suitable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants