How can I create a simple waveform of the ogg file (like in RingDroid)? Is there any simple way?
I found a source code of RingDroid (https://code.google.com/p/ringdroid/) but it´s not support ogg format. I´m using Android 4.0+.
Is there some easy way to do it?
Thanks for advice.
EDIT: I want create something like this (waveform for the whole song)
I hope, it´s clear. If you have some questions, please ask.
You can use Visualizer to get the waveform data
Check this view http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/4.4.4_r1/com/example/android/apis/media/AudioFxDemo.java#VisualizerView on how to draw the waveform from the data retrieved from the Visualizer