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/
npm install
npm run dev
npm run build