Get dB(a) level from AudioKit in swift
Asked Answered
C

0

0

I am attempting to get dB(A) readings from audio recorded from the microphone from AudioKit. I attempt to pass the amplitude tracker into the AKFFTTap object, but it always returns an array of zeros when I call AKFFTTap.fftData. Does anyone have experience with getting dB(A) values from AudioKit and the microphone.

Closet answered 15/2, 2018 at 18:12 Comment(2)
Please have a look at stackoverflow.com/help/mcveScarabaeid
You won't be measuring dBA without a datum point. Furthermore, you'll need to do a significant amount of filtering to the signal. Reading Wikipedia's quite comprehensive article (en.wikipedia.org/wiki/Decibel) should provide some insight.Oleneolenka

© 2022 - 2024 — McMap. All rights reserved.