File Details
1.4.55
- R
- Jun 12, 2026
- 230.10 KB
- 3.2K
- 12.0.5+4
- MoP Classic + 4
File Name
Immersion-1.4.55.zip
Supported Versions
- 12.0.5
- 5.5.0
- 3.80.1
- 2.5.5
- 1.15.8
Immersion
1.4.55 (2026-06-12)
Full Changelog Previous Releases
Update Immersion.toc
Merge pull request #53 from Michael-Cooney/TTS-delay;-new-time-calc.;-bug-fixes-for-instances
TTS delay; new time calc.; bug fixes for instancesTTS delay; new time calc.; bug fixes for instances
When TTS is enabled, added a 3-second delay to the first phrase of the interaction. This allows WoW to play the Blizzard-recorded snippet that many units speak when they are clicked on or interacted with. It only affects the very first phrase of the interaction. It does not repeat the delay if the text is rewound to the beginning while within the same interaction (backspace key). If the interaction is ended/closed, the delay will repeat once interacting with again.The calculation for how much time to display each phrase of text has been changed from linear scaling to logarithmic. With TTS enabled, this allows more time for short phrases that may get clipped otherwise, and it shortens the time for very long phrases that may have several seconds of dead air at the end. The calculation is calibrated so that a phrase of 30 characters is displayed for 2 seconds when the Text Speed option is set to the default 15. The time is also padded for punctuation (0.5 seconds for the ends of sentences, and 0.25 seconds for pauses mid-sentence) to allow for similar pauses in TTS.
Two bugs were fixed when interacting with a unit inside an instance. Blizzard has protected/hidden some unit variables while inside instances. These fixes allow the addon to continue without crashing. However, it does result in a blank portrait in the display (because the unit GUID is hidden).

