ryanheise / just_waveform

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

just_audio waveform design #30

Closed ara-chinaryan closed 1 year ago

ara-chinaryan commented 1 year ago

Is it possible to connect this plugin with just_audio I want to make a player with waveform design?
seek bar

ryanheise commented 1 year ago

Of course, but as far as just_waveform is concerned, that is up to you. All this plugin needs to do is provide you with the waveform data, and you are free to render it however you want and whenever you want.

If you are new to programming, you can try asking a series of well formed and narrow questions on StackOverflow (or on something like ChatGPT or Bard, although the former has a knowledge cutoff date before the creation of just_waveform).