Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

How to find the count of words in an Audio song file using C++ or Objective C.

Thanks & Regards
Tamilvanan.K

*REMOVED MAIL*
Posted
Updated 20-Jan-11 0:58am
v2
Comments
JF2015 20-Jan-11 6:58am    
Edited to remove mail address. You will get an automated mail if someone answers your question.

1 solution

If this means what I think it means, then don't bother.
Speech recognition is difficult, then you want to be able to do it when the singer is putting their voice all through the spectrum, you have background noises, etc...

Althoug you only want the word count and not the actual words, in song 2 or more words often blend together seamlessly, so if you want it to be accurate you would need it to have some understanding of language.

I'm no pro on audio analysis, but what I would do is start by removing all the frequencies outside of the vocal range perhaps with a FFT[^], then try to apply a speech recognition[^] system over that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900