Audio Trimmer

Trim audio files by setting start and end timestamps. Cut out silence, intros, or unwanted sections from any audio file. In-browser processing.

📦 Install required package:

npm install @ffmpeg/ffmpeg @ffmpeg/util

Implement the processing logic in the process() function inside this component.

Frequently Asked Questions

What formats can be trimmed?
MP3, WAV, OGG, and FLAC.
Is trimming lossless?
For WAV/FLAC yes. MP3 trimming re-encodes around cut points.