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.
Currently there are no packages available.
The recommended method to install is to clone this repository
git clone [email protected]:python-acoustics/python-acoustics.git
and install this package in development mode
python setup.py develop
This way one can easily update to the latest version using
git pull
and running again
python setup.py develop
Alernatively, you can download the ZIP archive and install using
python setup.py install
Several examples can be found in the examples
folder.
Documentation can be found online.
python-acoustics
is distributed under the BSD 3-clause license. See LICENSE for more information.
Contributors are always welcome.