RosettaCodeData/Task/Speech-synthesis/Liberty-BASIC/speech-synthesis.basic
2023-07-01 13:44:08 -04:00

3 lines
131 B
Text

nomainwin
run "C:\Program Files\eSpeak\command_line\espeak "; chr$( 34); "This is an example of speech synthesis."; chr$( 34)
end