Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ionite34/nwave
- Owner: ionite34
- License: mit
- Created: 2022-06-02T19:03:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:57:16.000Z (2 months ago)
- Last Synced: 2024-10-22T17:48:46.868Z (2 months ago)
- Topics: audio, digital-signal-processing, music, python, resampling
- Language: Python
- Homepage:
- Size: 501 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)