]> gitweb.factorcode.org Git - factor.git/blob - extra/text-to-speech/macosx/macosx.factor
Switch to https urls
[factor.git] / extra / text-to-speech / macosx / macosx.factor
1 ! Copyright (C) 2013 John Benediktsson
2 ! See https://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 ;