facebookarchive / DEPRECATED-node-wit

Node wrapper for Wit.ai
Other
122 stars 26 forks source link

captureSpeechIntentFromMic is not a function #11

Closed staminna closed 8 years ago

staminna commented 8 years ago

Hi

I am trying to get microphone and node-wit to work together but when I try to run the example file, I get "wit.captureSpeechIntentFromMic is not a function" despite sucessfully requiring node-wit

var wit = require('node-wit'); in the var recording = wit.captureSpeechIntentFromMic(etc..) call.

I am using microphone 0.8.1 and node-wit 2.0.0

staminna commented 8 years ago

Before closing I would like to let you know the main .js file in lib folder is not the latest when using npm.