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.
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.