carlthome / python-audio-effects

Apply audio effects such as reverb and EQ directly to audio files or NumPy ndarrays.
MIT License
386 stars 53 forks source link

should fix the problem when there are spaces in the file path #29

Open CrescentonC opened 4 years ago

CrescentonC commented 4 years ago

Thanks for the work! But I found that there are problems when the file path includes spaces on my windows machine. Changing the argument "posix" to be True fixes the problem for me. Hope that helps, thanks!

BartMassey commented 4 years ago

Is there any platform python-audio-effects works on for which posix should be False?