Search code examples
javascriptmp3html5-audio

Crop the first 30 seconds from the duration of selected audio file in JavaScript?


How to crop the duration of an audio file from only 30 seconds before uploading it using JavaScript. I have to select and upload audio file from my local storage, but I want to upload any audio file duration is maximum 30 seconds as like process of video upload on whatsapp status. Provide me a solution to sort this problem.


Solution

  • It's easier to use an audio cutter online, just like this: https://clideo.com/cut-audio, I've tried to do it in JS too but I could not.