how to implement and show Sound Amplitude graphically on iOS?
Asked Answered
O

3

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.

Oversize answered 21/1, 2013 at 8:17 Comment(0)
K
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"
Kimber answered 22/1, 2013 at 8:50 Comment(0)
S
1

Look into Core Graphics and drawRect.

Helped you search:

How do I draw a line on the iPhone?

Silvan answered 21/1, 2013 at 8:38 Comment(0)
Z
1

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

Zia answered 21/1, 2013 at 8:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.