tiny-tinker

Results 4 comments of tiny-tinker

I got the same error with the following: ``` pi@alphared-agent-virtual:~/Tinkering/stt$ node --version v6.2.2 pi@alphared-agent-virtual:~/Tinkering/stt$ npm --version 3.10.3 pi@alphared-agent-virtual:~/Tinkering/stt$ ``` Any ideas?

Actually, I was able to get around this by using [email protected] in package.json... I cloned the repo and did `npm install`, which gave the error. Then I updated the lame...

Yea, so this worked for me: ``` cd myproject/node_modules git clone https://github.com/vincentsaluzzo/node-microphone.git mv node-microphone microphone ``` Edit `package.json` to reflect latest lame: ``` "dependencies": { "lame": "1.2.4" }, ``` Then...

I've read you can set it with a .arecordrc file, but I haven't had much luck with that option, but maybe the command in the code is overriding it.