Audioformat konvertieren

Konvertiere Audio in MP3, WAV, OGG, FLAC, M4A, AAC, OPUS oder WMA zum Veröffentlichen, Bearbeiten oder Teilen.

Datei und Ausgabe

Audio

Audiodatei ziehen oder klicken.

MP3, WAV, OGG, FLAC, M4A, AAC, OPUS, WMA up to 100MB

Converted audio

AUD
Warten auf Audio

Nach Audio-Konvertierung erscheinen Format, Grosse und Engine hier.

Format
-
Grosse
-
Engine
FFmpeg

Auch per API verfugbar

Convert audio from your apps with a NOXUS API key. Send multipart or base64 and choose the output format.

The API uses USD balance separate from web NOX and keeps the same contract as the web tool.

POST /api/v1/tools/audio-convert
Authorization: Bearer TU_API_KEY
Content-Type: application/json

{
  "audio_base64": "data:audio/mpeg;base64,...",
  "output_format": "mp3",
  "filename": "final-audio"
}