From 343581bb52102c52e0657a06a7faaf8eeb219304 Mon Sep 17 00:00:00 2001 From: Marcel Blum Date: Thu, 5 Jun 2025 18:31:47 -0400 Subject: [PATCH] npm link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4d06a3..bc0e613 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Released under the [MIT License](LICENSE.txt) - get in touch if you need anythin ## Other environments / languages -There's a Web Audio release in [`web/`](web/) (WASM/AudioWorklet), also available on [NPM](npmjs.com/package/signalsmith-stretch). This has its own (higher-level) API, but the stretching algorithm will remain in-sync with the C++ library. +There's a Web Audio release in [`web/`](web/) (WASM/AudioWorklet), also available on [NPM](https://npmjs.com/package/signalsmith-stretch). This has its own (higher-level) API, but the stretching algorithm 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). This is used as the default pitch/time method in [Audiomentations](https://iver56.github.io/audiomentations/).