Hello. I am building a project using the InputAnalyzer (@rich.e) sample. I’m interested in reading specific decibel levels of individual bins in MonitorSpectralNode. For example, I want to see if a range of frequencies between 100 and 110 are being picked up through the microphone. Here:
mMonitorSpectralNode->getFreqForBin(5);
This will report that Bin 5 is reading a frequency of roughly 107.666hz.
I am not sure how to go about reading amplitude or decibel levels for bin 5 (or any other bins).
Thank you for any input.