All models
Media utilitiesv1.0.0

Convert Audio Format

Transcode audio to mp3, wav, ogg, m4a, or flac (ffmpeg)

5 inputsAUDIO

Transcoded to MP3

Run the node

AUDIO
TEXT
TEXT
TEXT
TEXT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins audio-convert and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("audio-convert", {
  audio: { ref: "https://..." },
  format: { value: "mp3" },
  bitrate: { value: "192k" },
  sampleRate: { value: "auto" },
  channels: { value: "auto" },
});

Schema

Inputs

audio*AUDIO
formatTEXT
mp3 · wav · ogg · m4a · flac
mp3
bitrateTEXT
128k · 192k · 256k · 320k
192k
sampleRateTEXT
auto · 16000 · 22050 · 44100 · 48000
auto
channelsTEXT
auto · mono · stereo
auto

Outputs

audioAUDIO