-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hi Paul,
I'm trying to run this on MacOS High Sierra 10.13.6. Python 2.7.10.
I've tried a variety of wav files from sample packs and so forth as a test, and have gotten nothing but "Error loading wav..."; I added a bit of code to get more information. Seems I get a ValueError exception, which contains the following: "string size must be a multiple of element size"
It is triggered from this line:
wavedata=scipy.io.wavfile.read(filename)
I can dig further but was hoping you might just have an idea of what might be wrong here.
All I did was clone, copy a wav to the working directory as a.wav, then run:
./paulstretch_stereo.py a.wav b.wav
Full output:
Paul's Extreme Sound Stretch (Paulstretch) - Python version 20141220
by Nasca Octavian PAUL, Targu Mures, Romania
stretch amount = 8
window size = 0.25 seconds
Error loading wav: a.wav
Traceback (most recent call last):
File "./paulstretch_stereo.py", line 149, in <module>
(samplerate,smp)=load_wav(args[0])
TypeError: 'NoneType' object is not iterable
ojczeo
Metadata
Metadata
Assignees
Labels
No labels