Hello,
I’m using audacity for research on breathing soundtracks (from electronic auscultation).
For this research I need to get the average frequency of the entire soundtrack.
What I’ve already looked at :
if i use the spectrogram view and select a box, i need to selsect from top to bottom, and the spectral selection toolbar doesn’t giv data when all is selected
if I select a box an do analyse > plot spectrum, i can’t find the average frequency value.
Calculating an “average frequency” is a very uncommon task in audio editing, so it is unsurprising that Audacity does not have a built-in feature to do that. I would suggest that you could either use Excel, or write a Python script to process the data exported from Plot Spectrum.