]> gitweb.factorcode.org Git - factor.git/blob - extra/text-to-speech/macosx/macosx.factor
5258332f2768a9f22842d441f9b8dc8e0c08a926
[factor.git] / extra / text-to-speech / macosx / macosx.factor
1 ! Copyright (C) 2013 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: formatting io.launcher system text-to-speech ;
5
6 IN: text-to-speech.macosx
7
8 M: macosx speak-text
9     "say \"%s\"" sprintf try-process ;