Metadata-Version: 2.1
Name: audiotoolbox
Version: 0.61
Summary: Toolbox for generating and working with audio signals
Home-page: https://jencke.github.io/audiotools/
Author: Jörg Encke
Author-email: joerg.encke@posteo.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# audiotools
A python package for creating acoustic stimuli primariliy aimed at auditory research.

[![Documentation Status](https://readthedocs.org/projects/audiotools/badge/?version=master)](https://audiotools.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.com/Jencke/audiotools.svg?branch=master)](https://travis-ci.com/Jencke/audiotools)
[![codecov](https://codecov.io/gh/Jencke/audiotools/branch/develop/graph/badge.svg?token=SI8BRM2ZYZ)](https://codecov.io/gh/Jencke/audiotools)

## How to install audiotools
 * Clone the repository: `git clone https://github.com/Jencke/audiotools.git`
 * Install the package: `pip install ./`
 * Optionally run the tests: `pytest`

## Documentation
The package documentation can be found at: https://audiotools.readthedocs.io/en/master/

## Contributions
The Project is happy about any kind of contribution. If you find bugs,
think the documentation could be improved, have comments or ideas,
just open a ticket within the issue tracker
https://github.com/Jencke/audiotools/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.


