karashiiro / TextToTalk

Chat TTS plugin for Dalamud. Has support for triggers/exclusions, several TTS providers, and more!
MIT License
46 stars 30 forks source link

Dialog being read twice #136

Open Citrus333 opened 1 year ago

Citrus333 commented 1 year ago

Each dialog is being read by TTT twice, didn't happen yesterday, perhaps a small glitch that isn't consistent.

johnysandels commented 1 year ago

This is usually caused by the plugin reading dialogue posted in the chat and also reading the on screen dialogue box.

That typically happens when you have NPC dialogue checked in channel settings tab in the plugin settings. Try unchecking that box and see if that helps.

karashiiro commented 1 year ago

Has that always happened? It's supposed to track the last NPC text so that the chat handler can skip it.

johnysandels commented 1 year ago

It's been around as long as I can remember. I assume the chat handler has been catching most of them, but they must make it through sometimes. Maybe differences of punctuations, or text continuing on a second text box could possibly be causing them to not be matched properly.

karashiiro commented 1 year ago

I got a separate bug report about this in Discord saying the same thing, but it should have been fixed ever since #40 was closed. I thought this was something new 😵‍💫

Citrus333 commented 1 year ago

TBH I used the addon for a few weeks without it happening, updated to the newest version, didn't change any settings, and it started doing it. Even with 'cancel voice if new lines start' enabled it still happens, I can cancel the dialog and sometimes still get double voice.

johnysandels commented 1 year ago

And that option I mentioned earlier was already unselected?

ABlingManPlays commented 11 months ago

I am having the same problem with some of my text, specifically green NPC dialogue in combat instances. My friend was helping me go through the settings and I found multiple instances of the NPC Dialogue option checked. If I uncheck the top one, the bottom one also unchecks. If I try to uncheck the bottom one, nothing happens. There are also multiple instances of NPC Announcement in that list. If I click on either instance of NPC Announcement, both toggle. ffxiv_08202023_041729_665 ffxiv_08202023_042342_381

karashiiro commented 11 months ago

The duplicate options are fixed in the testing versions I think, that's just because Dalamud added them at some point and TTT combines that with its own list. That part shouldn't be causing issues since the settings are synchronized.