voice_clone
Generate cloned voices using an audio file and specified text. Save outputs to a designated directory. Integrates with MiniMax MCP JS for efficient voice cloning tasks.
Instructions
Clone a voice using the provided audio file. New voices will incur costs when first used.
Note: This tool calls MiniMax API and may incur costs. Use only when explicitly requested by the user.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
audioFile | Yes | Path to the audio file | |
isUrl | No | Whether the audio file is a URL | |
outputDirectory | No | The directory to save the output file. `outputDirectory` is relative to `MINIMAX_MCP_BASE_PATH` (or `basePath` in config). The final save path is `${basePath}/${outputDirectory}`. For example, if `MINIMAX_MCP_BASE_PATH=~/Desktop` and `outputDirectory=workspace`, the output will be saved to `~/Desktop/workspace/` | |
text | No | Text for the demo audio | |
voiceId | Yes | Voice ID to use |