Acoustics module for Python.


Keywords
acoustics, audio, python, signal-processing
License
BSD-3-Clause
Install
pip install acoustics==0.2.6

Documentation

python-acoustics

Build Status

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

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

pytest

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.