Add section for Web/Python bindings

This commit is contained in:
Geraint 2024-11-23 14:13:46 +00:00
parent c867188d8e
commit 55e59e23f5

View File

@ -117,3 +117,9 @@ For convenience, a copy of the library is included (with its own `LICENSE.txt`)
## License
[MIT License](LICENSE.txt) for now - get in touch if you need anything else.
## Other environments / languages
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).