音声形式を変換

音声をMP3、WAV、OGG、FLAC、M4A、AAC、OPUS、WMAへ変換。公開、編集、共有に便利。

ファイルと出力

音声

音声ファイルをドラッグまたはクリックして選択。

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

Converted audio

AUD
音声待機中

音声変換後、最終形式、サイズ、エンジンがここに表示されます。

形式
-
サイズ
-
エンジン
FFmpeg

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"
}