-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
warnings.warn("PySoundFile failed. Trying audioread instead.")
/usr/local/lib/python3.7/site-packages/scipy/signal/_arraytools.py:45: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
b = a[a_slice]
Traceback (most recent call last):
File "feature_extraction.py", line 35, in <module>
librosa.output.write_wav(out_dir + 'lpf_y.wav', lpf_y, sr)
AttributeError: module 'librosa' has no attribute 'output'```
Although a warning, the features cannot be extracted properly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels