karashiiro / karashiiro/TextToTalk
Repeated dialogue and different pronunciation of name from 1st to 2nd time
- Dominant language
- C#
- Stars
- 75
- Forks
- 36
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 3
Description
# What happened?
In this video, the NPC introduces himself as "Brother E-Sumi-Yan" but pronounces it as "Brother Sumi-Yan". Then, TextToTalk repeats the same line of dialogue but instead it says it like "Brother E-Sumi-Yan" as the expected pronunciation.
https://user-images.githubusercontent.com/3673962/162417056-5db11512-f0d7-45d5-9246-6b60716d657a.mp4
# What should happen?
It should have just read the line once and pronounced "Brother E-Sumi-Yan" with the "E-" part included.
# Steps to reproduce
* Enable "Read NPC dialogue from the dialogue window" from the Synthesizer Settings tab.
* Enable "NPC dialogue" in the current active preset in the Channel Settings tab.
* Start a new conjurer character.
* Speak to E-Sumi-Yan at the Conjurer's guild.
* Answer his question with "no" every time so that you can repeat his dialogue until you can reproduce the issue.
# Possible Cause
I suspect that the reason for the repeat is because TextToTalk is getting slightly different text from the dialogue window and from the chat window, so it ends up reading them both. Because TTT correctly pronounces the name the second time, I don't believe that this is a lexicon issue.
Contributor guide
Assessment
This issue has not been assessed yet.