This one runs on your credits. From this second to that one, in the format you name.
Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run trim audio there.
Pick a file below to see exactly what it would cost.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to trim audio
- Drop the audio.
- Type the start and end seconds; pick a format.
- Press Trim and download.
What happens to your file
The part between your two seconds is decoded and written in the format you chose; WAV and FLAC keep every sample, MP3 and M4A re-encode at a quality most people cannot tell apart.
Nothing outside the two seconds is in the result; the original is untouched.
Questions
How do I make an iPhone ringtone?
Trim to under 30 seconds, save as M4A, rename the file to .m4r and add it through iTunes or the Finder.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "audio.trim",
"options": {
"format": "mp3"
}
}'The same operation, audio.trim — The seconds you name, in the format you name. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.