feat(minimax-voice): add MiniMax voice synthesis and music generation…#7
Open
HeteroCat wants to merge 4 commits intoMiniMax-AI:mainfrom
Open
feat(minimax-voice): add MiniMax voice synthesis and music generation…#7HeteroCat wants to merge 4 commits intoMiniMax-AI:mainfrom
HeteroCat wants to merge 4 commits intoMiniMax-AI:mainfrom
Conversation
… 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.
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? |
统一将技能文档、脚本注释和用户提示从中文翻译为英文,提高国际化项目的可读性和可维护性。 更新了SKILL.md文档、所有脚本文件的文档字符串、类/方法注释、命令行帮助文本和错误消息。
…善技能信息。 同时将 minimax-voice 技能添加到项目根目录的 README.md 和 README_zh.md 中,确保文档的完整性。
Author
|
Of course, I've already made the changes. Please check if they're suitable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… skill
Introduce a comprehensive MiniMax API client skill for voice synthesis and music generation. The skill includes four main modules:
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.