Audio
Audioformat konvertieren
Konvertiere Audio in MP3, WAV, OGG, FLAC, M4A, AAC, OPUS oder WMA zum Veröffentlichen, Bearbeiten oder Teilen.
Eingabe
Datei und Ausgabe
Ergebnis
Converted audio
AUD
Warten auf Audio
Nach Audio-Konvertierung erscheinen Format, Grosse und Engine hier.
Audio bereit
API
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"
}