Brief summary of issue / Description of requested feature:
Give the TTS queue a lot to work through. It stops at some point.
Steps to reproduce the issue / Reasons for adding feature:
Warning, repeating these steps may temporarily stop your TTS output. Could be resurrected mostly.
- in any new/old profile, put the following commands in main window input:
lua ttsQueue("ok")
lua ttsQueue("this also")
lua ttsQueue("")
lua ttsQueue("")
lua ttsQueue("this not")
lua ttsGetQueue()
- You will read an output like the following:
{
"ok",
"this also",
"",
"",
"this not"
}
- You would expect to hear: "ok. this also. this not".
- You hear "ok. this also." Then you hear silence. A lot of silence. The silence never ends.
- After a while, you put
lua ttsGetQueue() again and see the following output:
- At this point, you can try putting
lua clearQueue() and/or lua ttsSpeak("ok") a few times to resurrect TTS
Error output / Expected result of feature
- Queue should continue uninterrupted with the all lines of text regardless.
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
4.10 on win 10, not sure about other OS
Brief summary of issue / Description of requested feature:
Give the TTS queue a lot to work through. It stops at some point.
Steps to reproduce the issue / Reasons for adding feature:
Warning, repeating these steps may temporarily stop your TTS output. Could be resurrected mostly.
lua ttsGetQueue()again and see the following output:lua clearQueue()and/orlua ttsSpeak("ok")a few times to resurrect TTSError output / Expected result of feature
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
4.10 on win 10, not sure about other OS