Trim Audio
Cut an audio file down to just the segment you need. This is perfect for extracting a podcast clip, creating a custom ringtone, or removing dead air from the beginning of a recording.
How to use Trim Audio
- Drag and drop your audio file into the workspace.
- Adjust the start time and duration to highlight the section you want.
- Click 'Run' to process the audio and download the trimmed version.
Frequently Asked Questions
Does this reduce the audio quality?
No, the tool re-encodes the segment with FFmpeg WASM but maintains the original format's bitrate as closely as possible.
Can I trim long podcast episodes?
Yes, as long as your browser has enough memory, you can load and trim large files.
What formats can I trim?
You can trim MP3, WAV, OGG, AAC, FLAC, and other common audio formats.
Pro Tip: If you know the exact timestamps, entering them manually is faster than dragging sliders.
Change Pitch
Alter the pitch of an audio file without affecting its playback speed. This effect is commonly used for vocal tuning, creating funny character voices, or transposing a backing track to match a singer's range.
How to use Change Pitch
- Upload the audio file you want to pitch shift.
- Use the slider to select how many semitones to shift up or down.
- Process the file and download the pitch-altered result.
Frequently Asked Questions
How does this not change the speed?
We use an advanced FFmpeg WASM filter called rubberband (or similar stretching algorithms) that adjusts frequencies independently of time.
Will this make vocals sound like a chipmunk?
If you shift the pitch significantly higher, yes! Small shifts are better for natural key changes.
Is there a limit to how much I can pitch shift?
While the slider gives a specific range, extreme values will degrade audio quality and create artifacts.
Pro Tip: For natural-sounding key changes in music, try to keep pitch adjustments within 1 to 3 semitones.
Voice Recorder
Record audio directly from your microphone and save it instantly. Great for quickly capturing voice memos, podcast intros, or scratch vocal tracks without needing dedicated software.
How to use Voice Recorder
- Click the 'Record' button and grant your browser microphone permissions.
- Speak into your microphone. You'll see a visualization if audio is detected.
- Click 'Stop' when finished, and download your recording.
Frequently Asked Questions
Is my voice recording sent to a server?
No, the recording happens entirely locally using the browser's MediaRecorder API. Your voice never leaves your device.
What format does it save as?
It typically saves in a standard web audio format like WebM or OGG, depending on your browser, which you can later convert to MP3.
Why isn't it picking up my microphone?
Ensure you've granted microphone permissions in your browser settings and that the correct input device is selected.
Pro Tip: Use a dedicated USB microphone and record in a quiet room for the best audio quality.
Change Volume
Increase or decrease the overall volume of an audio file. This tool is useful when you have a quiet recording that needs a boost, or a blaring track that needs to be tamed before adding it to a video project.
How to use Change Volume
- Select your audio file from your device.
- Set the desired volume multiplier (e.g., 2.0x for double volume, 0.5x for half).
- Run the tool and save the volume-adjusted file.
Frequently Asked Questions
Will boosting the volume cause distortion?
If you increase the volume too much, the audio peaks will hit the maximum limit and clip, causing distortion. Increase in small increments.
Can this fix audio that is only quiet in some parts?
This tool applies a static volume change to the entire file. For uneven audio, a compressor or normalizer is better.
How is the volume change processed?
FFmpeg WASM applies a volume filter multiplier directly to the audio stream.
Pro Tip: If you want to maximize volume without clipping, use the Normalize Audio tool instead.
Equalizer
Shape the tone of your audio by adjusting specific frequency bands. You can boost the bass for electronic music, enhance the treble for vocal clarity, or use presets to fit different genres.
How to use Equalizer
- Upload the audio track you want to EQ.
- Choose an equalizer preset or manually adjust the frequency bands.
- Process the audio and download your sculpted track.
Frequently Asked Questions
What is an equalizer actually doing?
An equalizer cuts or boosts the volume of specific frequency ranges (like bass, mids, or treble) without affecting the rest of the sound.
Are there built-in presets?
Yes, we provide several common presets like Bass Boost, Treble Boost, and Voice Enhancement.
Is this a graphic or parametric EQ?
This tool acts as a graphic equalizer, using FFmpeg WASM's multi-band EQ filter.
Pro Tip: When trying to make vocals clearer, cutting muddy lower-mid frequencies (around 250Hz-500Hz) often works better than just boosting the highs.
Audio Joiner
Merge multiple audio files sequentially into a single, continuous track. This is ideal for stringing together podcast segments, creating a seamless music mix, or combining multiple voice memos.
How to use Audio Joiner
- Drag and drop two or more audio files into the dropzone.
- Reorder the files by dragging them if necessary.
- Click 'Run' to concatenate the files and download the merged audio.
Frequently Asked Questions
Do the files need to be the same format?
Our FFmpeg WASM engine handles different formats and sample rates, converting them to match during the joining process.
Is there a gap between the joined tracks?
No, the files are appended back-to-back with zero gap. If you want a gap, you'll need to insert a silent audio file.
How many files can I join at once?
You can join as many as you want, but processing time will increase with total duration and file count.
Pro Tip: For the fastest processing, ensure all your input files have the same sample rate and channel count before joining.
Change Speed
Speed up or slow down your audio playback without altering the pitch. Use this to quickly listen to long lectures, create slow-motion sound effects, or match a track to a specific tempo.
How to use Change Speed
- Upload the audio file you need to re-time.
- Select the desired playback speed multiplier (e.g., 1.5x for faster, 0.8x for slower).
- Run the process and download the speed-adjusted file.
Frequently Asked Questions
Does changing speed affect the pitch?
No, this tool uses a time-stretching algorithm in FFmpeg WASM (atempo filter) to change the duration while keeping the original pitch intact.
Can I make a song twice as fast?
Yes, you can select a 2.0x speed multiplier to double the tempo.
Will the audio sound glitchy if I slow it down too much?
Extreme slow-downs can introduce stuttering artifacts because the algorithm has to invent audio data to fill the stretched time.
Pro Tip: For podcasts and spoken word, a speed of 1.2x to 1.5x is usually comprehensible while saving significant listening time.
Reverse Audio
Play an audio file completely backwards from end to start. This fun effect is great for finding hidden messages in songs, creating unsettling horror sound effects, or generating unique sweep transitions.
How to use Reverse Audio
- Select the audio file you wish to reverse.
- Wait a moment for the tool to process the reversal.
- Download the backward audio track.
Frequently Asked Questions
How does audio reversal work?
FFmpeg WASM loads the entire audio stream into memory and reverses the sequence of the audio samples.
Can I reverse long songs?
Yes, but reversing requires loading the entire file into memory at once, so very large files might take longer or hit browser memory limits.
Does reversing reduce quality?
No, the audio samples are simply played in reverse order, preserving the original fidelity.
Pro Tip: Reverse a cymbal crash to create an excellent 'riser' or 'swoosh' transition effect for video editing.
Compress Audio
Reduce the file size of your audio by lowering its bitrate. This is essential when you need to email an audio file, upload it to a platform with strict size limits, or save storage space.
How to use Compress Audio
- Upload your large audio file.
- Select a target bitrate (e.g., 128kbps, 64kbps). Lower bitrates mean smaller files but lower quality.
- Process and download the compressed file.
Frequently Asked Questions
How much smaller will my file be?
It depends on the original bitrate and your target. Converting a 320kbps MP3 to 128kbps will reduce the file size by roughly 60%.
Will I lose audio quality?
Yes, compression is a 'lossy' process. However, 128kbps is generally considered near CD-quality for casual listening.
Does this work for WAV files?
Yes! Converting a large uncompressed WAV file to a compressed MP3 or AAC will result in massive space savings.
Pro Tip: For spoken word or podcasts, you can often compress down to 64kbps mono without a noticeable loss in vocal clarity.
Remove Vocals
Attempt to isolate the instrumental backing track by removing center-panned vocals. This is perfect for creating DIY karaoke tracks, analyzing the instrumentation of a song, or sampling beats.
How to use Remove Vocals
- Upload a stereo music track containing vocals.
- Click 'Run' to apply the phase cancellation algorithm.
- Download your instrumental-focused track.
Frequently Asked Questions
Why can I still hear some vocals?
This tool uses phase cancellation (inverting one stereo channel and summing it with the other). If the vocals have stereo reverb or aren't perfectly centered, remnants will remain.
Does this work on mono audio files?
No, this technique relies entirely on the differences between the left and right stereo channels. It will silence a mono track completely.
Is this AI-based vocal removal?
No, this uses traditional FFmpeg WASM phase cancellation techniques. It is fast and runs locally, but isn't as perfect as deep learning source separation.
Pro Tip: Songs from the 1960s and 70s often have vocals panned hard to one side, making this traditional center-cancellation method less effective for that era.
Noise Reducer
Clean up your audio by suppressing constant background hums, hisses, or fan noises. Ideal for restoring old recordings, cleaning up podcast dialogue, or fixing audio shot in noisy environments.
How to use Noise Reducer
- Upload your noisy audio file.
- Select the strength of the noise reduction.
- Process the file to suppress the background noise and download.
Frequently Asked Questions
Can this remove sudden noises like dog barks?
No, this tool uses FFT-based noise reduction which is designed to remove constant, steady-state background noise (like air conditioning hum or tape hiss).
Will it make my voice sound weird?
Applying heavy noise reduction can cause 'watery' or robotic artifacts. It's often better to leave a tiny bit of noise than to over-process the audio.
Is this processed locally?
Yes, the FFmpeg WASM afftdn (audio fast Fourier transform denoise) filter runs entirely in your browser.
Pro Tip: For the cleanest results, always try to record a few seconds of 'room tone' (just the background noise) at the beginning of your recordings.
Fade Audio
Apply smooth volume transitions at the beginning and end of your track. Adding a fade-in and fade-out prevents jarring abrupt starts and stops, giving your audio a professional, polished feel.
How to use Fade Audio
- Upload your audio track.
- Specify the duration in seconds for the fade-in and the fade-out.
- Run the process and download the smoothed file.
Frequently Asked Questions
Can I fade just the end of the song?
Yes, simply set the fade-in duration to 0 seconds and only specify a fade-out duration.
Does this alter the audio quality?
No, it merely applies a mathematical volume envelope to the specified sections via FFmpeg WASM.
What type of fade curve is used?
By default, this tool applies a linear fade, which provides a steady, predictable decrease or increase in volume.
Pro Tip: A quick 0.5-second fade-in and fade-out is a great practice for all trimmed audio clips to prevent 'pops' or 'clicks' at the zero-crossing.
Normalize Audio
Automatically adjust the volume of your audio so that the loudest peak hits a specific maximum level. This ensures consistent volume across different tracks without causing distortion.
How to use Normalize Audio
- Upload the audio file that is too quiet or uneven.
- Click process to scan for the highest peak and adjust the overall gain.
- Download the optimized audio file.
Frequently Asked Questions
What is the difference between Normalize and Volume Change?
Volume Change blindly multiplies the volume by a set amount. Normalize scans the file first to find the absolute loudest part, and then turns the volume up exactly as much as possible without distorting.
Will this fix quiet parts and loud parts in the same song?
No, peak normalization turns the entire song up by the same amount. To fix dynamic range (quiet and loud parts), you need a compressor.
What level does it normalize to?
The tool normalizes the peak volume to 0dBFS (the maximum digital limit) or slightly below it.
Pro Tip: Always normalize your finalized podcasts and music tracks before publishing to ensure they are competitively loud.
Remove Metadata
Strip all hidden ID3 tags, cover art, and personal metadata from your audio files. This is essential for privacy before sharing files or when cleaning up a messy music library.
How to use Remove Metadata
- Upload your MP3, FLAC, or WAV file.
- Run the tool to discard all non-audio data.
- Download the clean, stripped audio file.
Frequently Asked Questions
What kind of data is removed?
It removes ID3 tags (Artist, Album, Title), embedded album artwork, copyright info, and software encoder tags.
Does removing metadata change the audio quality?
Not at all. The actual audio stream is simply copied over into a new file without the metadata header using FFmpeg WASM.
Will this reduce the file size?
Slightly. If the file had a large embedded high-resolution album cover, removing it will noticeably shrink the file size.
Pro Tip: Use this tool to clean files before uploading them to streaming platforms that require strict, clean header formats.
Audio to Text
Transcribe the spoken words in your audio file into a readable text document. Great for generating meeting minutes, extracting quotes from interviews, or creating video subtitles.
How to use Audio to Text
- Upload a clear audio file containing speech.
- Wait while the local recognition engine processes the audio.
- Copy the extracted text or download it as a text file.
Frequently Asked Questions
Does this tool upload my audio to the cloud for transcription?
No, it utilizes a client-side recognition process. While more limited than massive cloud AI, it ensures complete privacy.
What languages are supported?
Currently, the primary focus is on English transcription, depending on the browser's built-in Web Speech API or local fallback engines.
Why is the transcription inaccurate?
Client-side transcription works best with clear, slow speech and minimal background noise. Accents and overlapping talkers can reduce accuracy.
Pro Tip: Run your audio through the Noise Reducer tool first to improve transcription accuracy significantly.
MP3 Tag Editor
Edit the ID3 metadata tags of your MP3 files directly in your browser. Add or fix the Title, Artist, Album, and Genre information so your tracks look perfect in music players.
How to use MP3 Tag Editor
- Upload an MP3 file.
- Fill in the input fields for Title, Artist, Album, and other metadata.
- Click save and download the correctly tagged MP3.
Frequently Asked Questions
Can I add album artwork?
This specific tool focuses on text-based ID3 metadata fields like Title and Artist. Cover art injection is not currently supported in this module.
Will this work on WAV files?
WAV files don't handle metadata as robustly as MP3s. This tool is optimized specifically for writing ID3 tags to MP3 files.
Does editing tags require re-encoding the audio?
No, the FFmpeg WASM engine strictly updates the header tags and copies the original audio stream, preserving 100% of the original quality.
Pro Tip: Keep your tag formatting consistent (e.g., casing, genre names) so that your music library sorts them correctly.