Measuring a voice

Effects, Recipes, Interfacing with other software, etc.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
sks762
Posts: 4
Joined: Sat Jul 20, 2013 2:05 am
Operating System: Please select

Measuring a voice

Post by sks762 » Sat Jul 20, 2013 1:10 pm

Hi, I very green to audacity so bear with me :mrgreen: (hope I'm posting this in the correct section)

I'm working on a youtube video and basically trying to detect what note a singer is hitting. I know of the Spectrum analysis that audacity has, but I'm not sure if I am using right, or if there is a better way to utilize it.

http://www.youtube.com/watch?v=P3Nx8qkQJtw This is one of the videos I'm trying to measure the note of the Tenors voice. ( the 2:34 mark and and 4:00 mark both of them I think are the same notes)

What I've done is rip the video, and convert it to MP3, then import to audacity. When I do this, I highlight the small part of the song where he hits the high note. I then go to the Plot Spectrum. When I do this, I'm not sure if I'm doing it correctly, but from what I can tell, the loudest note is a G#7. Is this right? (Doesn't sound right because that's extremely high) Can I be sure that is the correct note?

I've uploaded a snapshot of what I'm seeing.
Attachments
gocityaud.png
gocityaud.png (194.34 KiB) Viewed 1612 times

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Measuring a voice

Post by Robert J. H. » Sat Jul 20, 2013 7:46 pm

I guess it depends how you define a G#7.
You can compare the note (It is the long, held one, isn't it?) with a sine tone created with the nyquist prompt:
- Select the long note
- Press ctrl-shift-d to duplicate this region (will be overwritten, so deselect the first track)
- open the "Nyquist Prompt" from the effect menu.
Enter (or copy)

Code: Select all

 mult 0.3 (osc gs7))
Listen to the two tracks and judge for yourself.
The frequency for this note is 3322.44 Hz.
That's impossibly high, but I am no expert...
a4 (a,)=440 Hz - the normal upper limit for a tenor. The well known high c (c5 or c,,) has 523.2 Hz.
Soprano singers can go up to about 1400 Hz.
However, it sounds like a g#5 - which is really high for a man. Compare for yourself (just change the number or the tone - the postfix s is for sharp and f for flat)
If I am not mistaken (and my guitar out of tume) then the whole piece starts in the key of A, modulates to A#, changes to the subdominant D# (for the tenor solo) and modulates a third time to E.
The g# would be the third of this chord. The reprise goes back to D# and ends again with E.

kozikowski
Forum Staff
Posts: 68942
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Measuring a voice

Post by kozikowski » Sat Jul 20, 2013 10:51 pm

People trying analyze sounds routinely get killed by overtones and harmonics. Anybody can pick a tuning fork out of a performance, but a sung note is a challenge.

This is the analysis of one, single piano note:

http://kozco.com/tech/audacity/piano_G1.jpg

If it was in the middle of an orchestra, you'd never find it in the haystack of other sounds.

So yes, generating a set tone and compare it to the singer may be your best bet -- and even then, if the singer is rich with overtones and harmonics, it may be hard.

Koz

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Measuring a voice

Post by steve » Sun Jul 21, 2013 5:14 pm

sks762 wrote:I'm working on a youtube video and basically trying to detect what note a singer is hitting.
There's a pitch detection plug-in here that you can try: http://forum.audacityteam.org/viewtopic ... 42&t=71854
Installation instructions are here: http://wiki.audacityteam.org/wiki/Downl ... g_Plug-ins
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

sks762
Posts: 4
Joined: Sat Jul 20, 2013 2:05 am
Operating System: Please select

Re: Measuring a voice

Post by sks762 » Sun Jul 21, 2013 5:48 pm

I tried what Robert suggested (extremely helpful by the way), I see what ya'll are saying about no way being about to use the frequency analyzer to detect one voice out of a entire audio file. I don't I have the best ear for music, but comparing a g#7 and g#5...its real hard to tell what he's hitting, but the g#6 sounds like it could be close. I'll try the pitch detection add-on.

Thanks for the help!

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Measuring a voice

Post by Robert J. H. » Mon Jul 22, 2013 4:57 am

Yes, it is a very high tone.
Our swiss yodelling choirs do that stuff all the time. But I wonder if they could do it without their hands in the trouser pockets...

Post Reply