How to draw Android waveform sound recording waveform?

I want to show the waveform during audio recording. For example, please?

Thank.

+5
source share
1 answer

Here you can see the answer: Voice Detection in an Android Application to learn how to record in bytes []. Then all you have to do is draw a graph of each value in byte [] as a function of time.

+4
source

All Articles