flutter_audio_waveforms icon indicating copy to clipboard operation
flutter_audio_waveforms copied to clipboard

How to extract the waveform from a file?

Open dancb10 opened this issue 1 year ago • 1 comments

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?

dancb10 avatar May 15 '24 19:05 dancb10

any solutions?

Henriquek47 avatar Aug 18 '24 22:08 Henriquek47