Skip to content

PySound -- Librosa #2

@aevin-io

Description

@aevin-io
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions