How to get a volume measurement of iPhone recording in dB, with a limit of at least 120dB
- by Cyber
Hello,
I am trying to make a simple volume meter for the iPhone. I want the volume displayed in dB. When using this turorial, I am only getting measurements up to 78 dB. I've read that that is because the dBFS spectrum for 16 bit audio recordings is only 96 dB.
I tried modifying this piece of code in the init funcyion:
dataFormat.mSampleRate =…