I would like to show a waveform during the audio recording. Some example please?
Thank you.
You can look at the answer here : Voice Detection in Android Application to find out how to record into a byte[]. Then all you have to do is draw a graph of each value in the byte[] as a function of time.