Hello,
I have set a conversation (Player and NPC), it works fine.
I need to add RT Voice, so I added the RTVoice prefab in the scene (I have made a test of RTVoice out of Dialogue System, it works)
Then I added RT Voice Actor on my NPC character. (My character is linked to the conversation with Dialogue Actor component and I set a subtitle color to be sure that everything is linked, it is ok)
The dialogue is displayed but I have not the audio.
I have few questions :
What I am missing ?
In RT Voice Actor, can we leave the fields of Element0 empty to use the default TTS or do we have to set them ?
What is the Voice State option ?
RT Voice problem (no audio)
Re: RT Voice problem (no audio)
Hi,
Voice State is just for debugging. It tells you what state the RTVoiceActor is in.
Set the RTVoiceActor's gender, min age, and max age. You can leave Language and Name blank.
If that doesn't work, verify that the included RTVoice Example scene works, and then compare its Private Hart NPC to your own.
Voice State is just for debugging. It tells you what state the RTVoiceActor is in.
Set the RTVoiceActor's gender, min age, and max age. You can leave Language and Name blank.
If that doesn't work, verify that the included RTVoice Example scene works, and then compare its Private Hart NPC to your own.
Re: RT Voice problem (no audio)
Thank you, I moved the RT Voice Actor from the model(my mistake) to the NPC Game Object and it's ok.
I have another problem: I work on Oculus Quest, so I have set the Language to "en" in the Dialogue Manager Display setting and it works (since there is no french TTS in Oculus Quest).
The first dialogue is not read, is there something to configure like waiting for TTS to be loaded or something else ?
I have another problem: I work on Oculus Quest, so I have set the Language to "en" in the Dialogue Manager Display setting and it works (since there is no french TTS in Oculus Quest).
The first dialogue is not read, is there something to configure like waiting for TTS to be loaded or something else ?
Re: RT Voice problem (no audio)
Is it immediately skipping the first dialogue entry? Or is it showing the subtitle but not playing the TTS.
If it's immediately skipping, check the dialogue entry's Sequence field. Make sure it includes RTVoiceWait() -- or {{default}} if you've included RTVoiceWait() in the Dialogue Manager's Default Sequence.
If it's showing the subtitle but not playing the TTS, then make sure the dialogue entry is assigned to the correct actor.
If it's immediately skipping, check the dialogue entry's Sequence field. Make sure it includes RTVoiceWait() -- or {{default}} if you've included RTVoiceWait() in the Dialogue Manager's Default Sequence.
If it's showing the subtitle but not playing the TTS, then make sure the dialogue entry is assigned to the correct actor.