-
Notifications
You must be signed in to change notification settings - Fork 127
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
Callbacks never get triggered on Oculus. #66
Comments
Have you found some solution to this problem? I have the same issue. |
I have found 2 solutions. First off this packet will never work for Oculus. After trying many SDK's and getting them working on mobile but not Oculus and with no reasons why it doesn't work, I came across a guy saying the Oculus is a bare bones Android device so it doesn't support some functionalities such as voice recognition by default. The solutions I found you will unfortunately have to pay but their not too expensive/ you can get them on sales. First solution: Second solution: |
Thanks for the information, Stuart. I tested the "Speech Recognition System" and it looks that it work fine. But this system does not include the Text To Speech case, right? You have an alternative for the case Text to Speech? And thanks to you for the fast response, it was really useful :D |
@naki2 I'm glad I could help but unfortunately I dont need text to speech so I've never looked into it:/ Im pretty sure ive seen a different packet on the asset store for it. Although it seems a pain to have to buy two different packs for a relatively similar function. |
Just a quick update for anyone that is interested. It seems KeenASR is primarily used for voice to text of the program knows what the user is going to say. For instance commands such as "go forward" etc, rather than voice dictation. |
Got it working fine for my Android phone but when using it for Oculus after putting in logs the callbacks for OnStopRecording() never get triggered.
The text was updated successfully, but these errors were encountered: