dsibenik / WaveformSeekBar

Waveform audio seek bar for Android
9 stars 4 forks source link

Support MP3? #1

Open sameerul97 opened 7 years ago

sameerul97 commented 7 years ago

It crashes when i try WaveSeekbar with an MP3 file?

Is there any i can make SeekBar work with MP3 file?

dsibenik commented 7 years ago

Hey, You can make it run mp3, just change function readWavFile() to read from mp3 file. Alternatively, you can try to use this: https://github.com/Semantive/waveform-android