Skip to content

Free toolsAudio and video

FLAC to WAV

The same lossless sound, unpacked into the file every editor and sampler loads.

This one runs on your credits. The same lossless sound, unpacked into the file every editor and sampler loads.

Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run flac to wav there.

Pick a file below to see exactly what it would cost.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert FLAC to WAV

  1. Drop the FLAC.
  2. Nothing to choose.
  3. Press Convert and download the WAV.

What happens to your file

FLAC is lossless, so decoding it gives back the exact samples that went in; they are written as 16-bit PCM at the original sample rate. A 24-bit FLAC is dithered to 16 bits, which is what CD and most editors expect; the file is around twice the size of the FLAC.

Questions

Is anything lost going FLAC to WAV?

Nothing at 16 bits. A 24-bit master loses its extra bits of headroom — for mastering work, keep the FLAC and load it directly.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "audio.convert",
    "options": {
      "format": "wav"
    }
  }'

The same operation, audio.convert — mp3, wav, aac, flac, ogg, opus or aiff out of whatever came in. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.