10

The task is to show amplitude of the voice spoken into the Mic of the phone and show the amplitude like this:

enter image description here

Can someone please guide me how can i achieve this.

Thanks everyone.

Haris Hussain
  • 2,531
  • 3
  • 25
  • 38

3 Answers3

3

is not so easy..

you can check:

  • for the "animated wave graph" you can check Apple example "aurioTouch"
  • for handling audio you can check also "SpeakHere"
TonyMkenu
  • 7,597
  • 3
  • 27
  • 49
1

Look into Core Graphics and drawRect.

Helped you search:

How do I draw a line on the iPhone?

Community
  • 1
  • 1
Minthos
  • 900
  • 4
  • 13
1

I believe this can be done only by core plot framework.. you can look here at Brad larson's answer.

Community
  • 1
  • 1
Ankit Srivastava
  • 12,347
  • 11
  • 63
  • 115