From 55e59e23f5cdd48349b5741d00b713811d3e3f02 Mon Sep 17 00:00:00 2001 From: Geraint Date: Sat, 23 Nov 2024 14:13:46 +0000 Subject: [PATCH] Add section for Web/Python bindings --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f3cb1ad..027f33d 100644 --- a/README.md +++ b/README.md @@ -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).