mayurpitroda96 / easy_audio_trimmer

This is a Flutter package that allows you to easily trim audio files within your Flutter app.
MIT License
12 stars 29 forks source link

minAudioLength #12

Closed Vishal-A246 closed 9 months ago

Vishal-A246 commented 9 months ago

Hi, I want to set minAudioLength like the maxAudioLength so that the frame get fixed. Can we do that? Please let me know. Thanks in advance.

Vishal-A246 commented 9 months ago

I got it, we can achieve that by setting allowAudioSelection to false "allowAudioSelection: false"