]> git.cworth.org Git - mnemon/commitdiff
Add a simple text-to-speech challenge type.
authorCarl Worth <cworth@cworth.org>
Wed, 9 Jun 2010 14:42:26 +0000 (07:42 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 9 Jun 2010 14:44:17 +0000 (07:44 -0700)
This is implemented by doing the following:

     echo $challenge | festival --tts

But we actually make that invocation in a little script named mnemon-tts
because I'm too lazy to code up a custom invocation for this challenge
type.


No differences found