Skip to content

Commit

Permalink
say plays sound directly, we can't eval the output
Browse files Browse the repository at this point in the history
  • Loading branch information
grigi committed Jul 22, 2016
1 parent 4cdc827 commit 04e0c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions talkey/test_suite.py
Expand Up @@ -357,6 +357,7 @@ class GoogleTTSTest(BaseTTSTest):
class SayTTSTest(BaseTTSTest):
CLS = SayTTS
SLUG = 'say'
EVAL_PLAY = False
INIT_ATTRS = ['enabled', 'say']
CONF = {'enabled': True}
SKIP_IF_NOT_AVAILABLE = True

0 comments on commit 04e0c80

Please sign in to comment.