Metadata-Version: 2.1
Name: aeiou
Version: 0.0.10
Summary: audio engineering i/o utils
Home-page: https://github.com/drscotthawley/aeiou/
Author: Scott Hawley
Author-email: scott.hawley@belmont.edu
License: Apache Software License 2.0
Keywords: nbdev
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: fastcore
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: plotly
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: torchaudio
Requires-Dist: wandb
Requires-Dist: matplotlib
Requires-Dist: pillow
Requires-Dist: tqdm
Requires-Dist: librosa (>=0.8.1)
Requires-Dist: einops
Requires-Dist: accelerate
Provides-Extra: dev

aeiou
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

Pronounced “[ayoo](https://youtu.be/Hv6RbEOlqRo?t=24)”

## Install

We recommend you install the latest version from GitHub via

``` sh
pip install git+https://github.com/drscotthawley/aeiou.git
```

However binaries will be occasionally updated on PyPI, installed via

``` sh
pip install aeiou
```

## How to use

This is a series of utility routines developed in support of multiple
projects within [Harmonai](https://www.harmonai.org/). See individual
documentation pages for more specific instructions on how these can be
used.


