Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Adding Speech-To-Text Feature on Oculus Quest 2 Games in Unity

Discussion in 'VR' started by SachYacht, Mar 29, 2021.

  1. SachYacht

    SachYacht

    Joined:
    Jan 17, 2018
    Posts:
    2
    Hi. I'm currently working on an "Oculus Quest 2" game project that needs to have a speech-to-text feature. Previously I have tried to use these two sources:

    - https://github.com/EricBatlle/UnityAndroidSpeechRecognizer

    - https://github.com/PingAK9/Speech-And-Text-Unity-iOS-Android

    However, none of these worked on Oculus Quest 2, even with microphone permission granted. Both has been tested on my Android phone; Redmi Note 9 and they worked perfectly. Anybody know why? Or do you know what speech-to-text plugin is suitable for Oculus Quest 2? Thank you.