ryanheise / just_waveform

A Flutter plugin to extract waveform data from an audio file suitable for visual rendering.
MIT License
86 stars 17 forks source link

Question : Whats codecs are supported with this plugin #7

Closed davidAg9 closed 2 years ago

davidAg9 commented 2 years ago

In my app I use aac codec or audio format files and i will like to get the wave form so i am see the use of mp3 in the examples and i am led to believe thats the only codec supported ?

ryanheise commented 2 years ago

I'm sorry if you were led to believe that, it is a false assumption. The plugin just supports whatever codecs the platform supports.