Comparing Audio Files with Python

Posted by Agreeable-Bluebird67@reddit | learnprogramming | View on Reddit | 2 comments

I’ve been using librosa and sound file for some basic metadata retrieval info Python, but would like to expand to automate comparisons between short audio clips. What other libraries or functions inside librosa would be best to analyze material like drum samples? Is there a way to identify the source of the sound (kick, snare, tom) without training my own machine learning algo?