joshzzheng / tjbot-raspberrypi-nodejs

A robot with feelings.
13 stars 16 forks source link

Sox not available for Windows 10, 64 bit? #2

Open yuxuanliu97 opened 6 years ago

yuxuanliu97 commented 6 years ago

Hi,

This is a great code!! i almost get everything, but only the SoX is not working (when i do ) "node tutorial/step1_stt.js" the following error would show up: "Error: Cannot find module 'mic'". I think it is working in my python but not java...could you help me ? :)

yuxuanliu97 commented 6 years ago

BTW i am using windows 64bit version 10

joshzzheng commented 6 years ago

hey @yuxuanliu97 sorry about the late reply

do you have the mic module installed? https://www.npmjs.com/package/mic

remember to run npm install with my package.json