castorini / honkling

Web app for keyword spotting using TensorflowJS
https://castorini.github.io/honkling/
MIT License
69 stars 13 forks source link

read wav with librosa & init call responds with summary #32

Closed ljj7975 closed 6 years ago

ljj7975 commented 6 years ago

when wav file is loaded with librosa, it generates floating point time series. Unlike librosa, scipy.io loads the data as an integer. This caused prediction inconsistency from client side