The Wayback Machine - https://web.archive.org/web/20211228143823/https://github.com/topics/audio-analysis
Here are
300 public repositories
matching this topic...
C++ library for audio and music analysis, description and synthesis, including Python bindings
Updated
Dec 28, 2021
Jupyter Notebook
Python audio and music signal processing library
Updated
Dec 16, 2021
Python
C library for generating audio fingerprints used by AcoustID
Real-time audio visualizations (spectrum, spectrogram, etc.)
Updated
Dec 19, 2021
Python
🔬 🔈 graph-based audio engine
CNN-based audio segmentation toolkit. Allows to detect speech, music and speaker gender. Has been designed for large scale gender equality studies based on speech time per gender.
Updated
Nov 20, 2021
Python
Automatic subtitle shifter based on audio
Updated
Jan 13, 2021
Python
JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
Updated
Dec 22, 2021
TypeScript
Generate waveform images from audio files on iOS in Swift.
Updated
Dec 15, 2021
Swift
A C++ Library for Audio Analysis
My curated list of audio DSP and plugin development resources
Functions and scripts for analyzing waveforms, primarily audio. This is currently somewhat disorganized and unfinished.
Updated
Jan 15, 2020
Python
Updated
Apr 14, 2019
Python
TensorFlow implementation of "SoundNet".
Updated
Mar 26, 2018
Python
Machine Learning applied to sound
Updated
Dec 27, 2021
JavaScript
High-resolution real-time graphic audio spectrum analyzer JavaScript module with no dependencies.
Updated
Oct 10, 2021
JavaScript
Metadata, scripts and baselines for the MTG-Jamendo dataset
Updated
Nov 30, 2021
Python
A collection of algorithms to determine the pitch of a sound sample.
A simple Guitar Tuner Application for Android.
Updated
Jan 29, 2019
Java
Chromaprint/AcoustID audio fingerprinting for the JVM
Updated
Jul 4, 2019
Scala
Bliss music library that can compute distance between songs
Audio Synchronization and Analysis Tool
In this project is presented a simple method to train an MLP neural network for audio signals. The trained model can be exported on a Raspberry Pi (2 or superior suggested) to classify audio signal registered with USB microphone
Updated
Jun 1, 2021
Python
Updated
Mar 19, 2021
Python
Package for automatic beat-mixing of music files in Python 🐻 🎚
Updated
Apr 26, 2018
Python
Library and tool for dealing with beats per second detection
Music genre classification model using CRNN
Updated
Sep 27, 2018
Python
An experimental project to demonstrate how a user keyboard input may be sniffed through the pattern analysis of the sounds emitted by the keystrokes.
Improve this page
Add a description, image, and links to the
audio-analysis
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
audio-analysis
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
frames[-1] = np.append(frames[-1], np.array([0]*(frame_length - len(frames[0]))))
TypeError: can't multiply sequence by non-int of type 'float'