python-audio-effects
python-audio-effects copied to clipboard
OSError when inputing numpy array
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.