-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio only #1
Comments
Really looking forward for the microphone capability, for any voice activated systems. |
Worked on this a bit today, I'll ping when I have something worth talking about ;) |
@ahetawal can you try this:
Then you can do this: var av = require("tessel-av");
var mic = new av.Microphone();
mic.monitor(mic.listen());
setTimeout(() => {
mic.stop();
}, 5000);
I'm unable to find any voice recognition tools that will install on openwrt |
@rwaldron I will give it a try tonite. While researching more on this planning to use my Tessel make use of amazon voice service, to send voice commands. Only requirement is : And for google speech api, it needs it to be in Flac format, |
Well, we'll find out together!
|
Happy to help, just not sure where to start on these things. Will soon update my findings.
|
@rwaldron Did try the code above, and it seems to work, and I can hear it repeating, which so cool. |
@beckmx requested in node-audiovideo, this is still in progress
The text was updated successfully, but these errors were encountered: