You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team and I have been working on adding annyang with Web Speech API to recognize multiple commands, some of which trigger navigation. We are using the browser console to test. We speak a number of commands and get responses, but after a few commands, the console stops recognizing the speech event for the command. We have logged within the methods and the "heard" command and we are getting the correct logs, we just aren't hearing anything. We are also logging commands twice. The more commands we give, we start to eventually log the commands more than twice. Is this a garbage collection issue? We believe this is a bug with how we are integrating our annyang commands and the logic of how we trigger our command methods. Perhaps the same annyang event is persisting. Would love some help if possible!
The text was updated successfully, but these errors were encountered:
Repo branch with logs: https://github.com/1901cs-maries-roc/julia/tree/recipe-form
Relevant files: client/components/recipe-step.js, client/annyangCommands.js
Browser we are using: Chrome
My team and I have been working on adding annyang with Web Speech API to recognize multiple commands, some of which trigger navigation. We are using the browser console to test. We speak a number of commands and get responses, but after a few commands, the console stops recognizing the speech event for the command. We have logged within the methods and the "heard" command and we are getting the correct logs, we just aren't hearing anything. We are also logging commands twice. The more commands we give, we start to eventually log the commands more than twice. Is this a garbage collection issue? We believe this is a bug with how we are integrating our annyang commands and the logic of how we trigger our command methods. Perhaps the same annyang event is persisting. Would love some help if possible!
The text was updated successfully, but these errors were encountered: