2

I would like to show a bar graph visualisation while recording audio. How can I do this?

Chris
  • 44,602
  • 16
  • 137
  • 156
Dinash
  • 3,027
  • 4
  • 32
  • 45

2 Answers2

2

Take a look at this: https://github.com/felixpalmer/android-visualizer for a full example of developing a visualizer on Android. This uses the MediaPlayer to play, although you should be able to hook it up to your audio recorder

pheelicks
  • 7,461
  • 2
  • 45
  • 50
1

Try reading about Visualizer. You can represent your audio either as a Waveform data or a Frequency data.

Also see this. It includes a sample code for creating a Visualizer.

Hope it helps

Cheers

Parth Doshi
  • 4,200
  • 15
  • 79
  • 129