audeering / audtorch

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

Switch to normal import for librosa #65

Closed hagenw closed 4 years ago

hagenw commented 4 years ago

Summary

We added librosa now as a dependency in setup.cfg, which means we can switch to a normal import of it in the transforms.

Proposed Changes

Replace try-except with simple import.