Paul Kendrick

Results 2 issues of Paul Kendrick

Hi there! I noted an issue with my implementation of the `pad_end` option in `tflite_compatible_stft.stft_tflite` it was giving an error, and the value was incorrect. I have fixed this and...

Hi, I think there is an issue with [`backend.magnitude_to_decibel()`](https://github.com/keunwoochoi/kapre/blob/f41eb4b2ba2fd484500584169ec05ae5e12e09b7/kapre/backend.py#L70). This calculates the db value as `10 * log10(x)`, where `x` is the magnitude `(i.e. x = abs(stft))`. As I understand,...