Skip to content

Free toolsAudio and video

Join audio

Voice notes, tracks or takes, one after another, in your order.

This one runs on your credits. Voice notes, tracks or takes, one after another, in your order.

Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run join audio 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 join audio

  1. Sign in — 500 free credits a month.
  2. Drop the files; drag them into order.
  3. Pick the output format; run and download.

What happens to your file

Every file is decoded and brought to 44.1 kHz stereo so the joins are seamless, then they are concatenated and encoded once in the format you chose — no gap and no re-encoding between parts. The lengths add up against the usual ten-minute ceiling.

Questions

Will there be a gap or a click between files?

No gap: the parts are joined sample to sample. A click can come from a file that ends mid-wave; a short fade at the end of each file in an editor removes it.

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.merge",
    "options": {
      "format": "mp3",
      "file_ids": [
        "<second file id>"
      ]
    }
  }'

The same operation, audio.merge — Two to twenty audio files joined end to end into one, in the format you name — every input brought to 44.1 kHz stereo first. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.