python-audio-effects icon indicating copy to clipboard operation
python-audio-effects copied to clipboard

OSError when inputing numpy array

Open libphy opened this issue 6 years ago • 0 comments

In the AudioEffectsChain, it's supposed to work when numpy array is an input since it sets up objects depending on the input format, however when I run the chain on my numpy array, it throws OSError, cannot find the file. I also tried inputting file, but it didn't work.

libphy avatar Feb 10 '19 05:02 libphy