Toolbox for generating and working with audio signals
Project description
audiotoolbox
A python package for creating acoustic stimuli primariliy aimed at auditory research.
How to install audiotoolbox
Using pip
If you use pip
, you can install audiotoolbox with:
pip install audiotoolbox
From GitHub
- Clone the repository:
git clone https://github.com/Jencke/audiotoolbox.git
- Install the package:
pip install ./
- Optionally run the tests:
pytest
Requirements
audiotoolbox depends on the libsndfile library. The libray should be installed automatically when using pip.
Documentation
The package documentation can be found at: https://jencke.github.io/audiotoolbox/index.html However, it is a bit outdated and does not document all the features. Help would be highly appreciated
Contributions
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.
Acknowledgments
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.