Sound handling improved.

This commit is contained in:
Storm Dragon
2025-12-31 13:05:53 -05:00
parent 489651e3fa
commit 707f63b758
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -23,5 +23,5 @@
# Forked from Orca screen reader.
# Cthulhu project: https://git.stormux.org/storm/cthulhu
version = "2025.12.29"
version = "2025.12.31"
codeName = "testing"
+1 -1
View File
@@ -286,7 +286,7 @@ def speak(content, acss=None, interrupt=True):
toSpeak = []
if element.isValid():
player = sound.getPlayer()
player.play(element, interrupt=False)
player.play(element, interrupt=interrupt)
elif toSpeak:
newVoice = ACSS(acss)
newItemsToSpeak = []