音声
音声形式を変換
音声をMP3、WAV、OGG、FLAC、M4A、AAC、OPUS、WMAへ変換。公開、編集、共有に便利。
入力
ファイルと出力
結果
Converted audio
AUD
音声待機中
音声変換後、最終形式、サイズ、エンジンがここに表示されます。
音声準備完了
API
APIでも利用可能
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"
}