Table of Contents
Libraries
Tutorials
Notes
Libraries
pyAudioAnalysis
: A Python library for audio feature extraction, classification, segmentation and applications
Audio Handling Basics: Process Audio Files In Command-Line or Python
is a nice writeup on how to use pyAudioAnalysis
this looks good and complete but hasn't been updated since Oct 2023 and many pull requests outstanding
librosa
: A python package for music and audio analysis
looks excellent and very active but might be geared more toward music (beat detection etc.) as opposed to environmental sounds
audioFlux
is a deep learning tool library for audio and music analysis, feature extraction.
Google Mediapipe Audio Classifier
looks like it might run locally and use a replacement for TensorFlow lite
Deep Audio Classification
is somebody's Jupyter notebook maybe?
Human Voice Detection
Tutorials
Digital Ocean walkthru on installing, training audio classifier
Notes
reddit convo