toolgarden.xyz
中文

Audio tools

Free online audio tools for MP3 conversion, WAV conversion, extracting audio from video, audio merge, audio trim, audio compression, microphone recording, audio-to-text transcription, volume changes, playback speed changes, sample rate changes, bitrate adjustment, silence removal, and text to speech. Conversion, trimming, merging, compression, and audio editing run locally in your browser, while transcription can load an open-source Whisper model in the browser.

Audio and video are processed locally in your browser first; FFmpeg WASM and transcription model files are downloaded only when needed.

Audio tools

Audio to MP3Free online tool to convert WAV, M4A, AAC, OGG, OPUS, WebM, FLAC, and other audio files to MP3 locally in your browserAudio to WAVFree online tool to convert MP3, M4A, AAC, OGG, OPUS, WebM, FLAC, and other audio files to WAV locally in your browserExtract audioFree online tool to extract audio from MP4, MOV, WebM, MKV, AVI, MPEG, and other video files as MP3Audio mergeFree online tool to merge multiple audio files in different formats into one MP3 fileAudio trimFree online tool to cut or trim audio by start and end time, then export the result as MP3Audio compressorFree online tool to reduce audio file size by lowering MP3 bitrate and exporting compressed audio locally in your browserVoice recorderFree online microphone recorder to capture audio in your browser, preview it locally, and export MP3Audio to textFree online audio transcription tool that loads an open-source Whisper model in the browser and converts speech to textStem splitterFree online stem separation that loads the open-source HT-Demucs model in your browser and splits a song into vocals, drums, bass, guitar, piano, and otherChange volumeFree online tool to adjust audio volume and export MP3 locally in your browserChange playback speedFree online tool to change audio playback speed and export MP3 locally in your browserChange sample rateFree online tool to resample audio to a selected sample rate and export MP3Adjust bitrateFree online tool to re-encode audio with a selected MP3 bitrateRemove silenceFree online tool to automatically trim silence and blank sections from audio and export MP3Text to speechTurn Chinese or English text into natural Kokoro speech, adjust speed, preview it, and download a WAV file locally in your browser

What this category is for

These tools run FFmpeg compiled to WebAssembly, so format conversion, trimming, merging, speed changes and resampling all happen in the browser instead of on a server. Audio-to-text runs an open-source Whisper model in-page, and stem splitting runs its separation model the same way.

The cost is that the compute is yours: transcribing or splitting a few minutes of audio can take a long wait, where the same file converts format in seconds.

Choosing between these tools

You only need a different format
Audio to MP3 is the most compatible and the smallest; Audio to WAV gives you uncompressed PCM, which is what you want before further processing or import into a DAW. To pull sound out of a video, use Audio Extract.
You need to cut or join
Audio Trim takes a section by start and end time, Audio Merge joins several files of different formats into one MP3, and Remove Silence cuts the blank stretches automatically; useful on raw recordings.
You need to change how it sounds or how big it is
Change Volume and Change Speed alter playback directly. Audio Compress and Change Bitrate reduce size by lowering the bitrate. Change Sample Rate is for matching what a target device or application requires.
You need the sound turned into something else
Audio to Text produces a transcript, Split Stems separates a song into vocals, drums, bass, guitar, piano and other, Text to Speech creates downloadable Chinese or English WAV audio with Kokoro, and Voice Recorder captures straight from the microphone.

Formats and capabilities compared

Bitrate sets the balance between size and quality. Rough guidance for common MP3 settings; the real difference depends on your material and listening setup.

BitratePer minuteHow it soundsSuits
96 kbpsabout 0.7 MBIntelligible, but detail is clearly goneSpeech only, meeting recordings, podcast drafts
128 kbpsabout 0.9 MBGood enough for most purposesSpoken content and background music
192 kbpsabout 1.4 MBClose to transparent on musicGeneral music distribution
320 kbpsabout 2.3 MBThe practical ceiling for MP3Music where you want maximum fidelity

Limits that apply across this category

MP3 is lossy, and re-encoding cannot bring back high frequencies that are already gone. Converting a 128 kbps file to 320 kbps only makes it bigger; for fidelity you have to start from a lossless source.

FFmpeg in the browser reads the whole file into memory, so large inputs; especially extracting audio from a long video; can fail for lack of memory. Cut the source shorter when that happens.

Audio-to-text and stem splitting download a model and then do heavy computation. Time scales with audio length and device speed, and phones may not finish longer material at all.

Frequently asked questions

Do the audio tools upload my files?
No. Format conversion, trimming, compression, transcription and more all run locally in your browser, so audio is never uploaded.
Which audio formats are supported?
They convert and process common formats including MP3, WAV, M4A, OGG, FLAC and WebM.
Are the audio tools free?
Yes. Every audio tool is free to use without an account and runs directly in your browser.
Can I extract audio from a video?
Yes. The audio extract tool pulls the audio track from videos like MP4 and MOV and exports it as MP3.