Metadata-Version: 2.1
Name: audiotree
Version: 0.0.5
Summary: Audio data loading and augmentations in JAX
Home-page: https://github.com/DBraun/audiotree
Author: David Braun
Author-email: David Braun <braun@ccrma.stanford.edu>
Project-URL: Homepage, https://github.com/DBraun/audiotree
Project-URL: Issues, https://github.com/DBraun/audiotree/issues
Keywords: audio,machine learning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chex >=0.1.86
Requires-Dist: einops
Requires-Dist: flax >=0.8.2
Requires-Dist: grain ==0.1.0
Requires-Dist: librosa >=0.10.1
Requires-Dist: numpy
Requires-Dist: soundfile
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'

# AudioTree

Audio data loading and augmentations in JAX.

## Installation

```bash
pip install audiotree
```

## Documentation

<https://dirt.design/audiotree>

