openl3 icon indicating copy to clipboard operation
openl3 copied to clipboard

Clarification on input representation

Open alisonbma opened this issue 1 year ago • 0 comments

I was just reading through the source code on openl3 > core.py and noticed something in functions (1. _librosa_linear_frontend and 2. _librosa_mel_frontend). It seems librosa.power_to_db() is being used on a magnitude, not power spectrum? Instead should it be using librosa.amplitude_to_db()?

alisonbma avatar Aug 07 '22 03:08 alisonbma