Intergrating Meta Quest VoiceSDK
Posted: Thu Jun 22, 2023 9:39 am
Hey,
It should be straight forward, but can you walk me through the simplest way to extend dialogue system to intergrate a call to the Speak function from VoiceSDK as listed in this doc?
Use the TTSSpeaker script’s Speak(textToSpeak : string) method to request and say specified text.
Use the TTSSpeaker script’s Stop() method to immediately stop any playing TTS clips.
https://developer.oculus.com/documentat ... -overview/
I'm sure it's like 2-3 lines of code, but It's been a while since I messed about with hacking Dialogue System and now with the new OpenAI addon, i'm tempted to buy and use it , and to consider all my options, so I want to see if I can use this free TTS and not nessecerily use Elevenlabs.
I also would maybe like to see if i should use the Speech recognition of voiceSDK (formerly wit.ai ) instead of whisper, if I already and voice SDK intergrated.
Thanks,
Oded
It should be straight forward, but can you walk me through the simplest way to extend dialogue system to intergrate a call to the Speak function from VoiceSDK as listed in this doc?
Use the TTSSpeaker script’s Speak(textToSpeak : string) method to request and say specified text.
Use the TTSSpeaker script’s Stop() method to immediately stop any playing TTS clips.
https://developer.oculus.com/documentat ... -overview/
I'm sure it's like 2-3 lines of code, but It's been a while since I messed about with hacking Dialogue System and now with the new OpenAI addon, i'm tempted to buy and use it , and to consider all my options, so I want to see if I can use this free TTS and not nessecerily use Elevenlabs.
I also would maybe like to see if i should use the Speech recognition of voiceSDK (formerly wit.ai ) instead of whisper, if I already and voice SDK intergrated.
Thanks,
Oded