Comment on Ask HN: Audio analysis models, how to train to learn sound patters?Comments−atoav7moPython 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)−thedanglerOP7moThank you! I'll give it a shot.
Comments
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)
Thank you! I'll give it a shot.