|
How do I compare the timbres of two tracks? Is there a similarity function for this? If not, how can I compare the timbre of two tracks?
In the Analyze documentation it explains the first four elements of the vector, but what about the last eight?
"Our timbre feature is a vector that includes 12
unbounded values roughly centered around 0. Those values are high level abstractions of the spectral surface, ordered
by degree of importance. For completeness however, the first dimension represents the average loudness of the
segment; second emphasizes brightness; third is more closely correlated to the flatness of a sound; fourth to sounds
with a stronger attack; etc."
In the Track API Methods for analyzing a track the information about timbre doesn't appear. How can I retrieve this information if there exist no function for comparing timbres?
I also have trouble understanding the explaination of loudness in the Analyze documentation. What is "loudness_start", "loudness_max_time" and "loudness_max"? In the Track API Methods for analyzing it is only a single number. Is this a median for the loudness of the track?
I also need to compare the loudness of two tracks. Is there a function for this? If not, in what range would two tracks be similar, e.g. +-4dB?
|