]> gitweb.factorcode.org Git - factor.git/blob - extra/text-to-speech/windows/windows.factor
Switch to https urls
[factor.git] / extra / text-to-speech / windows / windows.factor
1 ! Copyright (C) 2013 John Benediktsson
2 ! See https://factorcode.org/license.txt for BSD license
3
4 USING: google.translate system text-to-speech windows.winmm ;
5
6 IN: text-to-speech.windows
7
8 M: windows speak-text
9     translate-tts open-command play-command close-command ;