Hi there,
I'm a vet treating a dog with barking problem.
I've got a 10hour recording that I opened with Audacity.
Please see image attached.
Can anyone please help me with working out how to select/find/crop the vertical scale, say above a certain db.
I need to be able to work out how many hours of the day in total is the sound above "X" db, so I can understand how many hours of the day the dog is barking for in total.
Is anyone able to help me asap?!!! please!
Time calculation
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Time calculation
Last edited by steve on Mon Sep 05, 2016 7:08 am, edited 1 time in total.
Reason: Put image inline so it doesn't break the board layout
Reason: Put image inline so it doesn't break the board layout
Re: Time calculation
If the peaks above 0.4 are "barking", then you can use "Sound Finder" (http://manual.audacityteam.org/man/sile ... html#sound) to mark those parts.NK2016 wrote:Can anyone please help me with working out how to select/find/crop the vertical scale, say above a certain db.
I need to be able to work out how many hours of the day in total is the sound above "X" db, so I can understand how many hours of the day the dog is barking for in total.
0.4 on the linear scale is about -8dB, so the settings you need are:
The second control "minimum duration of silence between sounds [seconds']" determines whether to count "three barks pause three barks" as the underlined parts:
woof woof woof ..... woof woof woof
or
woof woof woof ..... woof woof woof
A small setting will give separate labels for each bark. A longer setting will treat short gaps as part of the sound.
That will produce a label track with all of the barking marked with region labels.
The labels may then be exported as a text file (http://manual.audacityteam.org/man/impo ... abels.html)
The first column of figures are the start times for the labels, and the second column are the end times. So you need to total the difference between the second and first column figures for each line. (A spreadsheet application may be useful if you know how to use one).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Time calculation
This is brilliant! Thank you SO much. This has been immensely helpful =)
I was 1/3 of the way there. I tinkered around and found this "sound finder", but didn't understand how to -db worked and also what the other selections meant. Then when I got the labels I didn't know what to do with them!
This poor dog barked for 6.7 hours out of 10 hours at home alone...that's a lot of barking!
This is before the medical treatment for anxiety started, so it will be great to monitor the period of barking as we go along in a more objective way =)
Thank you again for your super quick and helpful reply!
Kind Regards,
Nela
I was 1/3 of the way there. I tinkered around and found this "sound finder", but didn't understand how to -db worked and also what the other selections meant. Then when I got the labels I didn't know what to do with them!
This poor dog barked for 6.7 hours out of 10 hours at home alone...that's a lot of barking!
This is before the medical treatment for anxiety started, so it will be great to monitor the period of barking as we go along in a more objective way =)
Thank you again for your super quick and helpful reply!
Kind Regards,
Nela
Re: Time calculation
You're not alone. This is a common problem for people that are unfamiliar with audio software.NK2016 wrote:but didn't understand how to -db worked
"dB" measurement represents the ratio between one signal level and another. When referring to the level of a signal, it is a ratio of the signal level compared with "full scale" (full track height).
A doubling of amplitude is (very close to) +6 dB and a halving of amplitude -6 dB (minus six).
As a rule of thumb, we can convert dB <-> Linear measurements of signal level as follows:
0 dB <-> (+/-) 1.0
-6 dB <-> 0.5 (1/2)
-12 dB <-> 0.25 (1/4)
-18 dB <-> 0.125 (1/8)
-24 dB <-> 0.0625 (1/16)
-30 dB <-> 0.03125 (1/32)
Note that for every 6 dB change there is a halving/doubling of the linear value.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)