https://github.com/dbraun/librosax
Librosa in JAX
https://github.com/dbraun/librosax
audio flax jax signal-processing
Last synced: 6 months ago
JSON representation
Librosa in JAX
- Host: GitHub
- URL: https://github.com/dbraun/librosax
- Owner: DBraun
- License: mit
- Created: 2025-03-27T13:05:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-02T21:15:05.000Z (7 months ago)
- Last Synced: 2025-06-03T11:45:48.309Z (7 months ago)
- Topics: audio, flax, jax, signal-processing
- Language: Python
- Homepage: http://dirt.design/librosax
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# librosax
We implement several functions from [Librosa](https://github.com/librosa/librosa) and [TorchLibrosa](https://github.com/qiuqiangkong/torchlibrosa) in JAX and test them for consistency.
## Installation
```bash
pip install librosax
```
## Documentation
Documentation is [here](http://dirt.design/librosax).