Search code examples
iphoneiosxcodevoice-recording

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.


Solution

  • 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"