vail-systems / node-mfcc

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

case error in readme exemple #6

Open LagodViads opened 7 years ago

LagodViads commented 7 years ago

In readme MFCC = require('mfcc'); should be MFCC = require('./node_modules/node-mfcc/src/mfcc.js')

Maybe because the package file points to mfcc.js and not src/mfcc.js ?

joshjung commented 7 years ago

This should be fixed now with the latest PR merge. @waxspin Can you check this out?