Hello:
I am working on a project using audio data (collected using Songmeter wildlife acoustic recorders) to track aircraft events. We use Audacity for most of the audio/data processing, to visualize spectrograms and pick out events, but I’d also like “loudness” information. Songmeters aren’t SPL meters, but it’s possible to post-process the data to extract SPL, if the instrument parameters/configurations are known.
I’ve used “end-to-end calibration” that inputs the mic sensitivity, instrument gain, and pre-amp gain to generate likely SPLs from the audio files (not in Audacity, but in R). However, these are all basically generic parameters based on Songmeter model (I have a couple different models with varying mic age and quality), and apparently it’s better to just use a calibrated recording to determine the overall system gain, and use that in post-processing.
So I borrowed a 94dB @ at 1 kHz calibrator, and made test recordings for all my Songmeters, with the settings (preamp on, gain at 16dB) at the same levels used for my actual audio data files.
But now I need to figure the “digital audio level” of the calibrated recording files and gain/negative gain from 94dB. I’ve used Plot Spectrum (see screenshot), and the peak at 1 kHz is clear, but I get a dB of 1.9, and I don’t know what to make of that. What does 1.9 mean on dBFS scale? I know Audacity uses 32-bit floating, is that why I’m getting positive dB values?
Just trying to figure out what my relationship of dBFS is to my calibrated recording…any help is greatly appreciated!