Hello all,
I'm looking to for sound models that understand sound patters that can be used locally.
Hoping I can use them on device like iOS CoreML.
Before I get started it doesn't hurt to ask to see if anyone has done this before or has a sound model that detects patters,
Anger, excitement, Arousal, laughing, crying, laughing, human emotions in general.
Python has a library called librosa that helps with that. What you are looking for is called "Feature Extraction". Which kind of extraction is the best for you depends on what you are trying to extract (percussive sounds, speech, instruments etc)