massoudss / waveformSeekBar

Android Waveform SeekBar library
471 stars 79 forks source link

need to know when wave loaded #41

Closed miladev95 closed 2 years ago

miladev95 commented 2 years ago

hi i have an url to load wave from and it takes couple of time to get loaded. i need to show a progress bar.
how can i know when wave loaded?

lincollincol commented 2 years ago

Hello! You can process url with Amplituda and then set samples. Example code here https://github.com/lincollincol/Amplituda/issues/21#issuecomment-909248280

@miladev777