-
Notifications
You must be signed in to change notification settings - Fork 16
Literature Review: Audio
Sam Ludford edited this page Jun 7, 2019
·
26 revisions
- Introductory
- Sound classification using deep learning - walkthrough of a python project using deep learning techniques for classification of environmental sounds. Uses librosa and keras.
- Technical
- Neural Network Classification of Gunshots - Technical paper comparing different methods of classification in relation to gunshots in particular.
- Datasets
- Urbansound8k - large dataset of annotated environmental sounds.
- Introductory
- Technical
- Open Source Libraries
- dejavu - audio fingerprinting and recognition algorithm implemented in Python.
- Impulse Response
- SoundLoc - acoustic method for indoor localisation
- Acoustic Impulse Response Measurement - digitally capturing the acoustic signature of a space using impulse response.
- Acoustic Indices
- Visual Fingerprints of the Acoustic Environment - The Use of Acoustic Indices to Characterise Natural Habitats
- mimic - a web platform with online coding environment to play with AI audio and signal processing.