Metadata-Version: 2.1
Name: nwave
Version: 0.1.1
Summary: Multithread batch resampling and waveform transforms
Home-page: https://github.com/ionite34/nwave
License: MIT
Keywords: audio,resampling,wav,wave,sound
Author: ionite34
Author-email: dev@ionite.io
Requires-Python: >=3.7,<3.11
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Classifier: Topic :: Utilities
Requires-Dist: SoundFile (>=0.10.3,<0.11.0)
Requires-Dist: librosa (>=0.9.2,<0.10.0)
Requires-Dist: numba (>=0.55.2,<0.56.0)
Requires-Dist: samplerate (>=0.1.0,<0.2.0)
Requires-Dist: soxr (>=0.3.0,<0.4.0)
Project-URL: Repository, https://github.com/ionite34/nwave
Description-Content-Type: text/markdown

# nwave

[![Build](https://github.com/ionite34/nwave/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ionite34/nwave/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/ionite34/nwave/branch/main/graph/badge.svg?token=ZXM5Y46XBI)](https://codecov.io/gh/ionite34/nwave)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fionite34%2Fnwave.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fionite34%2Fnwave?ref=badge_shield)


![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nwave)
[![PyPI version](https://badge.fury.io/py/nwave.svg)](https://pypi.org/project/nwave/)


Low latency multi-thread audio transforms and conversions

## Requirements
```
numba ~= 0.55.2
SoundFile ~= 0.10.3
librosa ~= 0.9.2
samplerate >= 0.1.0
soxr >= 0.3.0
```

## License
The code in this project is released under the [MIT License](LICENSE).

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fionite34%2Fnwave.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fionite34%2Fnwave?ref=badge_large)

