Suno Convert to WAV: AI Audio Generator

Convert Suno-generated tracks to WAV with Suno Convert to WAV. Get uncompressed, studio-ready audio for editing. Try free — pay per generation.

📝

Overview

About this model

Suno Convert to WAV takes a music track you already generated with Suno Create Music, Suno Remix Music, or Suno Extend Music and re-renders it as an uncompressed WAV file. The compressed MP3 output from those endpoints is great for streaming and previews, but professional editing, mastering, and mixing workflows need lossless audio with no compression artifacts. This endpoint bridges that gap by converting an existing generation on demand, without regenerating the underlying music.

Because conversion reuses the original generation, it is fast and preserves the exact performance, arrangement, and mix of the source track — only the file format changes. This makes it a natural last step in a music pipeline: generate or remix first, review the MP3, then convert only the take you want to keep to WAV for downstream production.

1Audio post-production: Pull a lossless WAV of an AI-generated track into a DAW for mixing, mastering, or stem separation.
2Broadcast and film: Deliver uncompressed music beds that meet broadcast and video-editing format requirements.
3Sample libraries: Archive generated tracks in a lossless format to avoid re-encoding artifacts when reused later.
4Music production: Layer a converted WAV track with other lossless stems without compounding lossy compression.
5Content licensing: Provide clients or platforms with a professional, uncompressed audio deliverable instead of an MP3.
💰

Pricing & Value

Cost analysis

muapiapp$0.01 per conversion

Flat rate per WAV conversion, billed only when you need the lossless file.

Fal.aiNot available

No dedicated Suno WAV conversion endpoint.

ReplicateNot available

No dedicated Suno WAV conversion endpoint.

* Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Task IDstring

The request_id returned from a prior Generate Music / Remix Music / Extend Music request whose track you want to convert.

Default Value5c79b5b3-1234-4a12-9f10-abcdef8be8e
Audio IDstring

The id of the specific audio track to convert, taken from the `audio_ids` list returned in that task's output.

Default Valuee231e123-4567-89ab-cdef-0123456789ab
📖

Implementation Guide

Developer documentation

How to Use Suno Convert to WAV

  1. Generate a track first: Run Suno Create Music, Suno Remix Music, or Suno Extend Music and wait for it to complete. Note the request_id (task_id) returned by that call.

  2. Find the track's audio_id: The completed generation's output includes an audio_ids list — pick the id of the specific track you want in WAV format.

  3. Submit the conversion: Call this endpoint with task_id and audio_id. The conversion runs asynchronously and returns its own request_id for polling.

  4. Retrieve the WAV file: Poll /predictions/{request_id}/result or use a webhook_url to be notified when the uncompressed WAV is ready.

curl -X POST https://api.muapi.ai/api/v1/suno-convert-to-wav \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "task_id": "5c79b5b3-1234-4a12-9f10-abcdef8be8e",
    "audio_id": "e231e123-4567-89ab-cdef-0123456789ab"
  }'

Common Questions

Frequently asked

What does Suno Convert to WAV do?

It converts a music track you already generated through Suno Create Music, Remix Music, or Extend Music into a high-quality, uncompressed WAV file, without regenerating the music.

Where do I get the task_id and audio_id?

task_id is the request_id returned when you submitted the original music generation. audio_id comes from the audio_ids list included in that generation's completed output — each entry corresponds to one generated track.

How much larger is a WAV file than the original MP3?

WAV files are typically 5-10 times larger than the equivalent MP3, since they store uncompressed audio rather than a compressed format.

How long is the converted WAV file available?

Converted WAV files are retained for 14 days from the time the conversion completes, so download or archive it before that window closes.

Can I convert any Suno track to WAV?

You can convert any track produced by Suno Create Music, Suno Remix Music, or Suno Extend Music on your account, as long as you have the task_id and matching audio_id for that generation.

Does converting to WAV change the music itself?

No. The conversion preserves the exact performance and mix of the original generation — only the file format and audio fidelity change from compressed MP3 to uncompressed WAV.