All Projects → python-acoustics → Python Acoustics

python-acoustics / Python Acoustics

Licence: bsd-3-clause
A Python library aimed at acousticians.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Acoustics

Sincnet
SincNet is a neural architecture for efficiently processing raw audio samples.
Stars: ✭ 764 (+148.05%)
Mutual labels:  audio, signal-processing
Surfboard
Novoic's audio feature extraction library
Stars: ✭ 318 (+3.25%)
Mutual labels:  audio, signal-processing
Edsp
A cross-platform DSP library written in C++ 11/14. This library harnesses the power of C++ templates to implement a complete set of DSP algorithms.
Stars: ✭ 116 (-62.34%)
Mutual labels:  audio, signal-processing
Pyaudioanalysis
Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
Stars: ✭ 4,487 (+1356.82%)
Mutual labels:  audio, signal-processing
Euterpe
Real-time Audio-to-audio Karaoke Generation System for Monaural Music
Stars: ✭ 19 (-93.83%)
Mutual labels:  audio, signal-processing
Pyo
Python DSP module
Stars: ✭ 904 (+193.51%)
Mutual labels:  audio, signal-processing
Nara wpe
Different implementations of "Weighted Prediction Error" for speech dereverberation
Stars: ✭ 265 (-13.96%)
Mutual labels:  audio, signal-processing
Html5bytebeat
Bytebeats in HTML5
Stars: ✭ 277 (-10.06%)
Mutual labels:  audio
Soundspice Mobile
A light-weight and minimalist music player for Android
Stars: ✭ 289 (-6.17%)
Mutual labels:  audio
Audio Spectrum Analyzer In Python
A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.
Stars: ✭ 273 (-11.36%)
Mutual labels:  signal-processing
Vorbis
Reference implementation of the Ogg Vorbis audio format.
Stars: ✭ 271 (-12.01%)
Mutual labels:  audio
Audioindicatorbars
AIB indicates for your app users which audio is playing. Just like the Podcasts app.
Stars: ✭ 279 (-9.42%)
Mutual labels:  audio
Daisysp
A Powerful, Open Source DSP Library in C++
Stars: ✭ 291 (-5.52%)
Mutual labels:  audio
Youtube Audio Stream
youtube audio stream
Stars: ✭ 276 (-10.39%)
Mutual labels:  audio
Bild
Image processing algorithms in pure Go
Stars: ✭ 3,431 (+1013.96%)
Mutual labels:  signal-processing
Voyagerimb
Voyager's Golden Disk Image Browser
Stars: ✭ 275 (-10.71%)
Mutual labels:  audio
Beatboxer
Drum machine in a few hundred lines of html/js/css
Stars: ✭ 307 (-0.32%)
Mutual labels:  audio
Virtual Audio Graph
🎶 Library for declaratively manipulating the Web Audio API
Stars: ✭ 299 (-2.92%)
Mutual labels:  audio
Wire Ios
📱 Wire for iOS (iPhone and iPad)
Stars: ✭ 3,079 (+899.68%)
Mutual labels:  audio
Facebook Live Reactions
The easiest way to create interactive Facebook live streams. Displays reaction count and live shoutouts :)
Stars: ✭ 284 (-7.79%)
Mutual labels:  audio

python-acoustics

Build Status

The python-acoustics module is a Python module with useful tools for acousticians.

Disclaimer: This module is still heavily in development, and might break what you're working on.

Installation

The latest release can be found on PyPI and installed with pip install acoustics. Otherwise, you can clone this repository and install with pip install or pip install -e when you want an editable install.

Examples

Several examples can be found in the examples folder.

Tests

The test suite can be run with

python setup.py test

or

py.test

Documentation

Documentation can be found online.

License

python-acoustics is distributed under the BSD 3-clause license. See LICENSE for more information.

Contributing

Contributors are always welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].