[smc-discuss] [Git][smc/ibus-braille][master] Liblouis integration; TTS announcement delay removed

Nalin x GNU gitlab at mg.gitlab.com
Wed Feb 19 01:46:48 PST 2020



Nalin x GNU pushed to branch master at SMC / ibus-braille


Commits:
1103ba66 by Nalin.x.Linux at 2020-02-19T15:16:28+05:30
Liblouis integration; TTS announcement delay removed

- - - - -


1 changed file:

- engine/engine.py


Changes:

=====================================
engine/engine.py
=====================================
@@ -60,10 +60,11 @@ except:
 
 
 def speak(text):
-	pass
 	if(speechd_available):
+		client.cancel()
 		client.speak(text);
 	elif (espeak_available):
+		espeak.cancel()
 		espeak.synth(text)
 	else:
 		print("No tts api available!(python3-espeak/python3-speechd)");



View it on GitLab: https://gitlab.com/smc/ibus-braille/-/commit/1103ba66d5fcf04269ef2802d3d2bae99e61c596

-- 
View it on GitLab: https://gitlab.com/smc/ibus-braille/-/commit/1103ba66d5fcf04269ef2802d3d2bae99e61c596
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.smc.org.in/pipermail/discuss-smc.org.in/attachments/20200219/98c261ff/attachment.html>


More information about the discuss mailing list