Hello all,
I want to create an application in which i want to record user voice.I want to do the same naimation as voiceMemo application does on iphone when we record sound? any sample code would be appreciated.
Thanks.
Hello all,
I want to create an application in which i want to record user voice.I want to do the same naimation as voiceMemo application does on iphone when we record sound? any sample code would be appreciated.
Thanks.
The Voice Memo app displays a VU Meter, which you can implement with a digital (low pass) filter to simulate the ballistics. There is sample code out there, but most of it is poor quality or inaccurate. You can have a layer for the scale background, and another for the needle that you rotate about its origin.