A question about aka.listen
Hi,
I've searched through the archive and while it is rich with resources, I couldn't find an answer to my problem. While I know that there are many speech recognition programs out there, I was very interested in the aka.listen object because it does not always recognize my voice and files an error in the max window as "???". This is fascinating, and I want to incorporate this issue of recognizing speech and language into a larger max patch, but I am unsure how to get information out of the object other than through a single bang, volume or print.
My question essentially is: How can I plug those "???"'s and other recognized words that are output in the max window into some sort of value that I can use to control things, preferably through the key object or some other numerical output. Thanks!
if I understand correctly, all you need is a route object with all the words aka.listen knows. from there you will get bangs for each recognized (or failed) word and then you can do with that bang whatever you want to....
lol, of course it is that easy, I should have figured that out. Thanks a million!