Search found 2 matches

by SoundGuy
Fri Jun 23, 2023 7:16 am
Forum: Dialogue System for Unity
Topic: Intergrating Meta Quest VoiceSDK
Replies: 3
Views: 381

Re: Intergrating Meta Quest VoiceSDK

Is there a recommended forum post, example, or a tutorial on how am i adding this script with the OnConversationLine() method?

And, I've seen that wit.ai post, yeah. I'll try to poke around.
by SoundGuy
Thu Jun 22, 2023 9:39 am
Forum: Dialogue System for Unity
Topic: Intergrating Meta Quest VoiceSDK
Replies: 3
Views: 381

Intergrating Meta Quest VoiceSDK

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 TTSSpea...