WaveformSeekBar
WaveformSeekBar copied to clipboard
SeekBar variant that shows waveform data
i cant set progress, i tried using val mCurrentPosition: Int = (const.player!!.mediaPlayer.currentPosition *100)/ const.player!!.mediaPlayer.duration binding.progress.setProgressInPercentage(mCurrentPosition.toFloat()) please help, how do i set current progress and total progress
When I try to call setOnSeekBarChangeListener it tells me : Cannot resolve method 'setOnSeekBarChangeListener' in 'WaveformSeekBar' , please fix it. I really like the library and I would like to...
Please add the seekBar.setMax method which has the native android seekbar
No matter what value you use, the seekbar always completes at 100f //example seekBar.setProgressInPercentage(25.0f);
Hi, I am not able to change the default background and progress colors of the wave. I tried programatically as well as through xml. Please guide
The touch scroll functionality breaks whenever there is a high amount of bars, 500+. Swiping in the first few left most pixels will result in the seekBar scrolling all the...