twardoch / audiostretchy

AudioStretchy is a Python wrapper around the `audio-stretch` C library, which performs fast, high-quality time-stretching of WAV/MP3 files without changing their pitch. Works well for speech, can time-stretch silence separately.
https://pypi.org/project/audiostretchy/
BSD 3-Clause "New" or "Revised" License
33 stars 2 forks source link

no matches found: audiostretchy[all] #2

Closed stanfaire closed 1 year ago

stanfaire commented 1 year ago

pip install audiostretchy[all]

This doesn't work and return

no matches found: audiostretchy[all]

twardoch commented 1 year ago

Hmm...

Can you try:

python3 -m pip install audiostretchy[all]

Alternatively, for WAV-only:

python3 -m pip install audiostretchy