]> gitweb.factorcode.org Git - factor.git/blob - extra/text-to-speech/linux/linux.factor
factor: trim using lists
[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: io io.encodings.utf8 io.launcher system text-to-speech ;
5
6 IN: text-to-speech.linux
7
8 M: linux speak-text
9     "festival --tts" utf8 [ print ] with-process-writer ;