Search Unity

Question How to record voice input in Oculus Quest or Oculus Quest2

Discussion in 'VR' started by iori_w, Mar 11, 2021.

  1. iori_w

    iori_w

    Joined:
    Jan 21, 2020
    Posts:
    2
    I'm trying to create an interactive voice input control system on Oculus Quest.

    For this purpose, I am looking for a way to record the voice input to the microphone of Oculus Quest or Oculus Quest2.

    Ideally, the process would be.
    1. Voice input
    2 Send a request to the Web API
    3 Receive and process the response

    Is it possible to do these things?
    If so, what kind of plug-ins or scripts are needed?

    If this is difficult to do standalone, I plan to use it as a PC VR (Oculus Link).
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Yes, it's possible. No plug-in is needed. Use the Microphone class.
     
  3. iori_w

    iori_w

    Joined:
    Jan 21, 2020
    Posts:
    2
    Thank you for your kindness!
    I will do what you say.