]> gitweb.factorcode.org Git - factor.git/blob - extra/text-to-speech/linux/linux.factor
a23f3f29e1d934584ea8ed63226b39da8867ab72
[factor.git] / extra / text-to-speech / linux / linux.factor
1 ! Copyright (C) 2013 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: formatting io io.encodings.utf8 io.launcher system
5 text-to-speech ;
6
7 IN: text-to-speech.linux
8
9 M: linux speak-text
10     "festival --tts" utf8 [ print ] with-process-writer ;