rutvik110 / flutter_audio_waveforms

A UI library for easily adding audio waveforms to your apps, with several customization options.
https://pub.dev/packages/flutter_audio_waveforms
MIT License
121 stars 28 forks source link

How to extract the waveform from a file? #48

Open dancb10 opened 4 months ago

dancb10 commented 4 months ago

The problem is that this package requires a certain format of the samples you provide to the waveform. The problem is that in your example, you use audiowaveform package to extract the samples. But if we want to use pure flutter and extract these samples from IOS phones for example it's not possible. Is there a way to extract the samples once we have a .wav file on disk on the phone?

Henriquek47 commented 3 weeks ago

any solutions?