convert_to_wav
Convert Suno generation audio to lossless WAV. Saves to the kie/assets/raw/ directory or a specified path.
Instructions
Convert a Suno track to lossless WAV format. Downloads to kie/assets/raw/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Set false to submit and return immediately with the task_id (async mode) — then poll with check_task and fetch with download_result. | |
| taskId | Yes | Task ID of the Suno generation | |
| audioId | Yes | Audio ID from sunoData | |
| filename | No | ||
| download_dir | No | Absolute directory to save the file(s) into (created if missing). Defaults to the server's kie/assets/raw/. Must be absolute — the MCP server's working directory is not the caller's. | |
| max_wait_seconds | No | Override the blocking-mode polling budget in seconds (default: audio 300). Ignored when wait=false. |