vail-systems / node-mfcc

Node.JS implementation of the MFCC algorithm
MIT License
40 stars 12 forks source link

npm install is missing index.js #2

Closed jotadepicas closed 7 years ago

jotadepicas commented 8 years ago

When I do npm install --save mfcc, it downloads all the files but the index.js is missing and because of that I cannot require it (it fails saying cannot locate module).

As a workaround I have created index.js manually according to the file here in github.