Classification algorithm
Hello everyone,
In a sound bank, would it be possible to compose an algorithm that classify sounds depending on frequencies they are made of ?
Fictive example: i would like all the sounds that contains 10 000 Hz or higher freqs to the "left" and all the sounds that contains 30 Hz or lower freqs to the "right".
If anyone has an idea, how could i do that ?
Thanks a lot.
E.
My first thought is a fft~ analysis of the sound. In this analysis you could extract which frequency is most common. Next thing would be labeling the different frequency groups.
Thank you, indeed that is a possibility.
Once you're there the ZSA Descriptors are definitely worth having a look through.