ongakuer / WaveForm

Render audio waveform data for Android
GNU General Public License v3.0
88 stars 19 forks source link

Question #1

Open mahyarmlk opened 3 years ago

mahyarmlk commented 3 years ago

Hi, Thanks for this great library I want to use the library in my android application, i wasn't able to build the library so i moved the code to a new project and now it works great. but i couldn't build BBC/Waveform for android to provide the json that library needs. Actually i need to create the json file based on choice of the user on every song. I tried a code("CheapMp3" class) for creating Audio datas and wrap them to "WaveFormInfo" but the view throws IndexOutOfBoundsException. i tried to debug both the view and CheapMp3 class but i failed. What should i do? Can you tell me how to provide WaveFormInfo data?

ongakuer commented 3 years ago

https://github.com/bbc/audiowaveform Audiowaveform is a C++ command-line application