Metadata-Version: 2.1
Name: python-audio
Version: 0.1.0
Summary: Package for working on audio in python
Author-email: Mayank Sinha <sinha.mayank900@gmail.com>
Project-URL: repository, https://github.com/AstralScribe/python-audio.git
Platform: any
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: setuptools>=42
Requires-Dist: ninja>=1.11.1.1

# python-audio

This package is desgined to replace the deprecated audioop package.
Future plan is to make it a one-stop solution for anything audio related for python.

## How to use?

Currently only the following, method is supported.

```bash
pip install git+https://github.com/AstralScribe/python-audio.git
```

## Available features:

- All functionality of audioop has been implemented except three functions `ratecv, adpcm2lin, lin2adpcm`.
  - To use the package just replace `import audioop` with `import audio.op as audioop`
