Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to implement and show Sound Amplitude graphically on iOS?

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.

like image 742
Haris Hussain Avatar asked Jan 21 '13 08:01

Haris Hussain


2 Answers

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"
like image 155
TonyMkenu Avatar answered Oct 05 '22 12:10

TonyMkenu


Look into Core Graphics and drawRect.

Helped you search:

How do I draw a line on the iPhone?

like image 42
Minthos Avatar answered Oct 05 '22 12:10

Minthos