audeering / audtorch

Utils and data sets for audio and PyTorch
https://audeering.github.io/audtorch/
Other
83 stars 9 forks source link

Make code work with new versions of librosa #67

Open hagenw opened 4 years ago

hagenw commented 4 years ago

Feature

Change our code to work with librosa>=0.7.

Motivation

In the long run it would be great if we are not locked here. But I don't think it is that urgent yet.

ATriantafyllopoulos commented 4 years ago

Is there some compatibility that we will break?

hagenw commented 4 years ago

What exactly do you mean?

I you install librosa>=0.7 and try to run it with audtorch you will get an error. I haven't looked at it, maybe we just have to change one argument to make it work again.