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] #7

Open BrasD99 opened 11 months ago

BrasD99 commented 11 months ago

I am trying to install audiostretchy with all deps like defined in Readme, but getting error zsh: no matches found: audiostretchy[all]...

The0nix commented 6 months ago

Surround it in single quotes: pip install 'audiostretchy[all]'