Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.47 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.47 KB

The acoustic-toolbox module is a Python module with useful tools for acousticians.

Installation

The latest release can be found on PyPI and installed with pip install acoustic-toolbox. 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

acoustic-toolbox is distributed under the BSD 3-clause license. See LICENSE for more information.

Contributing

Contributors are always welcome.

Origin project

This project is based on the amazing work initially done here: python-acoustics