audiostretchy icon indicating copy to clipboard operation
audiostretchy copied to clipboard

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...

Results 7 audiostretchy issues
Sort by recently updated
recently updated
newest added

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

hello, i keep getting this error when using audiostretchy for a wav to wav speedup. any help would be appreciated. I am running it on windows code: from audiostretchy.stretch import...

I ran a linux docker image where I was using audiostretchy package and got this error: translation-audio-worker-1 | File "/app/libs/voice_clone.py", line 6, in translation-audio-worker-1 | from audiostretchy.stretch import stretch_audio translation-audio-worker-1...

Hello, I m getting this error when trying to run audiostretchy 1.3.1. I tried uninstalling and reinstalling it with "pip install audiostretchy[all]" but it doesn't seem to help could you...

The typo here caused an Exception to be thrown because nchannels is not defined, it seems it should be 'self.nchannels' instead

When I stretch an audio with a ratio different from 0.5 in the interval ]0; 1[ the audio size is indeed accelerated but the duration doesn't change. For example when...

https://github.com/twardoch/audiostretchy/blob/48b54f244718ec4c3de5b89604e665b370a40206/src/audiostretchy/stretch.py#L105C12-L105C12 audio_file.close() is a string object and cannot be closed. Code seem to work then line removed.