Forums » General Discussion Search

Voice categorization New Reply

Author Post
Posts: 1
Registered: Dec 13, 2011

Dear all, I'm interested in having information about an artist's voice and classify it according to high/low voice. I did not use the Echonest API before but saw that there is pitch information available. I was wondering, if it might be possible to make such a categorization using a segment of a track that contains voice only.

Posts: 59
Registered: Sep 17, 2008

wecouldcrash, the analysis return pitch information on every "segment" in a track. A segment is defined by an onset and a decay. Pitch information is defined by a vector of 12 pitch ratios from 0 to 1. It's not by any means a voice pitch tracker, and you wouldn't know anything about the octave range. If you used monophonic voice tracks, you could try to segregate with timbral information, although I believe it is not really optimal for this use case either. The track analysis API is really for song structure description in terms of rhythm, timbre, and harmony. For more information, have a look at the documentation.

Reply to this Thread

You must log in to post a reply.