Skip to content

Commit 0a61fa0

Browse files
authored
Update README.md
1 parent e44f68d commit 0a61fa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ A simple Python Wrapper of the Signalsmith Stretch C++ library for pitch and tim
2020

2121
## Features
2222

23-
- **Time stretching**
24-
- **Pitch shifting**
2523
- **Multichannel support**: Works with mono and multichannel audio files.
26-
- **Seamless integration**: Works natively with NumPy arrays for compatibility with libraries such as `librosa` and many others used in audio processing pipelines.
24+
- **Seamless integration**: Works natively with NumPy arrays for compatibility with libraries such as [`librosa`](https://librosa.org/doc/latest/index.html) and many others used in audio processing pipelines.
25+
- **Backend of Audiomentations**: `python-stretch` is used as the core method for pitch shifting and time stretching in the popular [`audiomentations`](https://github.com/iver56/audiomentations) library since version [0.39.0](https://iver56.github.io/audiomentations/changelog/#:~:text=Semantic%20Versioning.-,0.39.0%20%2D%202025%2D02%2D12,-Changed).
26+
2727

2828

2929
## Installation
@@ -74,4 +74,4 @@ sf.write("audio_processed.wav", np.squeeze(audio_processed), sr)
7474

7575
# Acknowledgements
7676
- [Signalsmith Stretch](https://github.com/Signalsmith-Audio/signalsmith-stretch): `python-stretch` is built on top of the Signalsmith Stretch C++ library, which provides the core algorithms for time stretching and pitch shifting.
77-
- [nanobind](https://github.com/wjakob/nanobind): This project utilizes nanobind for easily binding the C++ code to Python.
77+
- [nanobind](https://github.com/wjakob/nanobind): This project utilizes `nanobind` for easily binding the C++ code to Python.

0 commit comments

Comments
 (0)