/mp3-trim-tool

A simple offline webapp to modify mp3 files, allowing trimming and fade effects

Primary LanguageVue

mp3-trim-tool

This is a simple webapp written with Vue.js 3 that allows users to open audio files, trim and apply fade in/out effects to it. It is also possible to encode the modified audio file in an .mp3 file to download it.

You can access this tool here: https://bosorioo.github.io/mp3-trim-tool/

Running the project locally for development

npm install
npm run dev

Generating static files to serve as webapp

npm run build