Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ionite34/nwave

Low latency multi-thread audio transforms and conversions
https://github.com/ionite34/nwave

audio digital-signal-processing music python resampling

Last synced: about 2 months ago
JSON representation

Low latency multi-thread audio transforms and conversions

Awesome Lists containing this project

README

        

# 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/custom%2B31224%2Fgithub.com%2Fionite34%2Fnwave.svg?type=shield)](https://app.fossa.com/projects/custom%2B31224%2Fgithub.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/custom%2B31224%2Fgithub.com%2Fionite34%2Fnwave.svg?type=large)](https://app.fossa.com/projects/custom%2B31224%2Fgithub.com%2Fionite34%2Fnwave?ref=badge_large)