[orca] Add another voice sanity check
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Add another voice sanity check
- Date: Tue, 19 Jul 2016 05:27:42 +0000 (UTC)
commit 8ecdb16333d7bd1081557ca72200e26c6d3ea25d
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Jul 19 01:25:35 2016 -0400
Add another voice sanity check
src/orca/speech.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/speech.py b/src/orca/speech.py
index 457a944..559d303 100644
--- a/src/orca/speech.py
+++ b/src/orca/speech.py
@@ -168,7 +168,7 @@ def _speak(text, acss, interrupt):
if _speechserver:
voice = ACSS(settings.voices.get(settings.DEFAULT_VOICE))
try:
- voice.update(acss)
+ voice.update(__resolveACSS(acss))
except:
pass
_speechserver.speak(text, __resolveACSS(voice), interrupt)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]