Speech synthesis: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: added the REXX language. -- ~~~~)
m (→‎{{header|REXX}}: simplified the REXX program name. -- ~~~~)
Line 175: Line 175:
'ERASE' tfid /*clean up (delete) the TEMP file*/
'ERASE' tfid /*clean up (delete) the TEMP file*/
/*stick a fork in it, we're done.*/</lang>
/*stick a fork in it, we're done.*/</lang>
Note: &nbsp; The name of the above REXX program is &nbsp; '''speak_it.rex'''<br>
Note: &nbsp; The name of the above REXX program is &nbsp; '''speak.rex'''<br>
'''usage''' &nbsp; using the command: &nbsp; <tt> speak_it This is an example of speech synthesis. </tt>
'''usage''' &nbsp; using the command: &nbsp; <tt> speak This is an example of speech synthesis. </tt>



=={{header|Ruby}}==
=={{header|Ruby}}==