add comment on TTS

This commit is contained in:
Juha Jeronen 2024-02-05 00:44:39 +02:00
parent 24b315a149
commit eb634d597f
1 changed files with 3 additions and 0 deletions

View File

@ -703,6 +703,9 @@ async function moduleWorker() {
* In all other cases, talking stops.
*
* A Talkinghead API call is made only when the talking state changes.
*
* Note that also the TTS system, if enabled, starts/stops the Talkinghead talking animation.
* See `talkingAnimation` in `SillyTavern/public/scripts/extensions/tts/index.js`.
*/
async function updateTalkingState() {
// Don't bother if Talkinghead is disabled or not loaded.