This might have a very easy answer but I really can’t find a way to do it in Audacity. I record a three-ender podcast via Discord (using Craig) and I want to know how long does each host speak for during an episode. I have three tracks, one per each host, and I want to be able to measure the time each host is active (i.e. non-silent) so that I can get an average of how much I should, as a moderator, tell the others to shut the hell up
I tried Sound Finder and the labels are set to the proper locations:
but I feel there’s gotta be a better way to measure the amount of time between those same labels.
Alternatively, if the gaps between when they are talking is reasonably quiet, you could use “Truncate Silence” (https://manual.audacityteam.org/man/truncate_silence.html) to delete the parts when they are not speaking, and see how long the remaining audio is.
thanks a lot, steve, the export labels idea worked like a charm! I had already thought of truncating the silence using the same params as the ones used in Sound Finder, but this is even better because I can use a spreadsheet to analyze the data.
now I just have to find a way to automate this, although I can’t export the labels using chains. but I’ll find a way
thanks again!!!
I liked the idea of using a spreadsheet as I wrote that suggestion, because of other interesting analysis that could be done.
I think Truncate Silence would have been quicker (but less interesting ) and could be done like this:
Apply Truncate Silence with:
Threshold (dB) = what you used with Sound Finder
Duration = “Minimum duration” in Sound Finder
Action = “Truncate Detected Silence”
Truncate to = 0
my bad, I was using 2.2, just updated to 2.3 and it’s there.
this sequence works, just have to export the labels afterwards and there’s a space between the labels of each track. open in excel and voilá. but I’m still going to create a small program in c# to parse the file and automate this further