Handbook
Glossary
speak-text ( str -- )
Vocabulary
text-to-speech
Inputs
str
an
object
Outputs
None
Definition
USING:
system
;
IN:
text-to-speech
HOOK:
speak-text
os
( str -- )
Methods
USING:
io
io.encodings.utf8
io.launcher
system
text-to-speech
;
M:
linux
speak-text
"festival --tts"
utf8
[
print
]
with-process-writer
;
USING:
formatting
io.launcher
system
text-to-speech
;
M:
macos
speak-text
"say \"%s\""
sprintf
try-process
;