Link to Rust wrapper

This commit is contained in:
Geraint 2024-12-04 10:49:35 +00:00
parent 55e59e23f5
commit 8a16adf4d5

View File

@ -122,4 +122,4 @@ For convenience, a copy of the library is included (with its own `LICENSE.txt`)
There's a Web Audio wrapper in `web/` (using WASM/AudioWorklet). This will remain in-sync with the C++ library.
There's a [Python binding](https://pypi.org/project/python-stretch/) written/published by [Gregorio Andrea Giudici](https://github.com/gregogiudici/python-stretch).
There's a [Python binding](https://pypi.org/project/python-stretch/) written/published by [Gregorio Andrea Giudici](https://github.com/gregogiudici/python-stretch), and a [Rust wrapper](https://crates.io/crates/signalsmith-stretch) by [Colin Marc](https://github.com/colinmarc/signalsmith-stretch-rs).