Audio tools that run in your browser
Convert, trim, normalize, denoise and re-tag audio in your browser. MP3, WAV, FLAC, M4A, OGG, OPUS and more — no upload, no signup.
This is the audio half of the catalogue on one page: the editing operations, the format converters and the analysers, without the video tools they normally sit beside. Every one of them decodes your file with the browser's own Web Audio engine, works on the samples in memory, and encodes the result back out in the tab.
Fix a recording. The normalizer raises a quiet file to a target level without clipping the peaks — the standard answer to one voice being half the volume of the next. Noise reduction removes the steady hiss, hum or fan a microphone picked up. The silence remover and the pause remover cut dead air out of speech: the first by threshold across the whole file, the second tuned for the long gaps in a spoken take. The equalizer gives ten bands with presets, fades handle the top and tail, and the mixer lays several tracks over each other.
Change the shape of a file. The trimmer cuts to a selection against a waveform, and the joiner concatenates several files into one track with an optional crossfade at each seam. Speed changes the tempo; the pitch changer moves the key without touching the tempo, which is the one people search for and the one most simple tools get wrong. The waveform generator exports a picture of the audio for a thumbnail or a podcast page. The tag editor writes ID3 title, artist, album and cover art back into an MP3.
Change the format. The general converter moves between MP3, WAV, OGG, FLAC and AAC, and the dedicated pairs cover the awkward inputs: M4A from a phone, OPUS from Discord or WhatsApp, AC3 from a film rip, APE from a lossless archive, WMA from an old Windows library, AIFF from a Mac session. Audio can be pulled out of a video, or combined with a still image to make a video a platform will accept.
Measure it. The BPM and key detector reads tempo and musical key out of a track, and speech-to-text dictates live through the browser's own recognition engine.
How to choose an order of operations: trim first, then repair, then level, then convert. Cutting before you denoise means less material to process; normalising before you convert means the encoder is working on the final dynamics; converting last means you only encode once. Going lossy twice — MP3 in, MP3 out — costs quality every time, so keep a WAV or FLAC master if there will be more edits. And for a codec choice: WAV and FLAC for anything you will edit again, MP3 or AAC for distribution, OPUS for voice at small sizes.
Nothing is uploaded. `decodeAudioData` turns your file into raw samples inside the page, the edit runs on those samples, and the encoder writes a new blob your browser hands straight to the download — no request carries the audio, so there is no queue, no processing limit and no file sitting on someone else's disk afterwards. The practical ceiling is memory: an hour-long WAV decoded to floating-point samples is large, so very long files are better cut into parts first. Video editing, subtitles and burned-in captions live on the Audio & Video hub, which is the same catalogue with the video tools included.
29 tools · always free · no account needed
Every tool in this collection
Audio Converter
Convert between MP3, WAV, OGG, FLAC, AAC formats
Audio Trimmer
Trim audio files with waveform visualization
Audio Normalizer
Normalize audio volume to target level
Noise Reduction
Remove background noise from audio
Silence Remover
Remove silent sections from audio
Pause Remover
Trim long pauses and silent gaps from speech recordings
Pitch Changer
Change audio pitch without changing tempo
Audio Speed
Change audio playback speed
Audio Fade
Add fade in and fade out effects
Audio Mixer
Mix multiple audio tracks together
Audio Joiner
Merge MP3, WAV and other audio files into one track, with optional crossfade
Audio Equalizer
10-band equalizer with presets
Audio Waveform
Generate waveform image from audio file
BPM & Key Detector
Detect tempo and BPM of audio files
MP3 Tag Editor
Edit ID3 tags: title, artist, album, cover art
Video to Audio
Extract audio track from video files
Audio to Video
Combine audio with image to create video
Speech to Text
Dictate live using your browser's built-in speech recognition
M4A to MP3
Convert M4A audio to MP3 format
FLAC to MP3
Convert FLAC audio to MP3 format
M4A to WAV
Convert M4A audio to WAV format
AAC to WAV
Convert AAC audio to WAV format
OGG to FLAC
Convert OGG audio to FLAC format
WAV to FLAC
Convert WAV audio to FLAC format
AIFF to MP3
Convert AIFF audio to MP3 format
WMA Converter
Convert WMA audio to MP3, WAV, FLAC, or OGG
OPUS Converter
Convert OPUS audio from Discord/WhatsApp to MP3/WAV
AC3 Converter
Convert Dolby Digital AC3 audio to MP3 or WAV
APE Converter
Convert Monkey's Audio APE files to MP3 or FLAC
Questions people ask
- Are my audio files uploaded anywhere?
- No. The browser decodes the file into samples inside the page with the Web Audio API, the edit runs on those samples, and the result is encoded back to a blob your browser downloads directly. No network request carries your audio.
- What does normalizing actually do to my file?
- It applies one gain change across the whole file so the loudest part lands at your target level, which makes a quiet recording match everything else without altering the balance inside it. It is not compression: it does not squash the loud parts, so a file with a very wide dynamic range still has one.
- Can I change pitch without changing speed?
- Yes — that is what the pitch changer is for. Playing a file faster raises its pitch and shortens it; the pitch changer resamples and time-stretches so the key moves while the duration stays put, and the speed tool does the reverse.
- Which format should I export?
- WAV or FLAC if the file will be edited again, because both are lossless and re-encoding costs nothing. MP3 or AAC for anything you are sending out. OPUS for speech where size matters. Converting one lossy format to another always loses a little more, so work from the best source you have.
- How long a file can I process?
- There is no imposed limit — the constraint is your browser's memory, because the whole file is decoded to floating-point samples. Short clips and typical songs are fine anywhere; hour-long recordings are comfortable on a desktop and can fail on a phone. Trim long files into sections first.
- How is this different from the Audio & Video hub?
- The Audio & Video category holds both: roughly sixty tools of which most are video — compression, trimming, format conversion, subtitles and captions. This page is the audio-only subset, so you are not scrolling past video tools to find a normalizer.
Keep looking
Open Parquet, SQLite, PPTX, GeoJSON, STL, DXF, JSON and vCard files in the browser. The file is read locally and never uploaded.
Test a keyboard, mouse, gamepad, monitor, webcam or microphone in your browser. Nothing to install, nothing recorded, nothing uploaded.
Browse the full Audio & Video category
Browse the full Music category