A python package for creating acoustic stimuli primariliy aimed at auditory research.
If you use pip
, you can install audiotoolbox with:
pip install audiotoolbox
- Clone the repository:
git clone https://github.com/Jencke/audiotoolbox.git
- Install the package:
pip install ./
- Optionally run the tests:
pytest
audiotoolbox depends on the libsndfile library. The libray should be installed automatically when using pip.
The package documentation can be found at: https://audiotoolbox.readthedocs.io/en/master/ However, it is a bit outdated and does not document all the features. Help would be highly appreciated
The Project is happy about any contribution. If you find bugs, think the documentation could be improved, or have comments or ideas, open a ticket within the issue tracker https://github.com/Jencke/audiotoolbox/issues or contact me via email. If you implement new features, I'm happy to receive merge requests or code-snippets.
This software package was developed during my PHD in the group of Prof. Werner Hemmert at the Technical University of Munich and further developed during my time as a post-doc in the Group of Prof. Mathias Dietz at the University of Oldenburg.