I want to develop a simple iPhone application which can record the external sounds, and measure the sound wave frequency and power in decibels, any ideas about how to do this?

link|improve this question
feedback

1 Answer

up vote -1 down vote accepted

The section of the documentation labeled Audio & Video might be a good place to start.

link|improve this answer
I've googled this, but all what I found was talking about recording and saving sound clips into the iphone device, – Egy_Medrawi Dec 1 '10 at 17:59
If you can provide me with helpful links, that would be nice of you. – Egy_Medrawi Dec 1 '10 at 17:59
At which point you're going to have to open the files and read the 'raw' data which gives you amplitude/frequency/etc. It will require learning about the file format you decide to write the output in. – KevinDTimm Dec 1 '10 at 18:00
If you save in MP3 (for example), you'll have to start here: en.wikipedia.org/wiki/MP3 – KevinDTimm Dec 1 '10 at 18:02
Thanks for your quick response, It's ok to save the file into mp3 format, then how can I read the sound frequency and the sound power in decibels from the audio file, It would be great if you can give me links with technical links to the API I would use. – Egy_Medrawi Dec 1 '10 at 18:10
show 4 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.