Speech synthesis: Difference between revisions

Content added Content deleted
Line 78:
</lang>
Another dll has been posted to do the same job, at [http://basic.wikispaces.com/SpeechLibrary LB Community Wiki]
 
=={{header|Locomotive Basic}}==
 
Both hardware and software-only speech synthesizers exist for the CPC. A software-only solution, Speech 1.1 by Superior Software (1986), supplies three BASIC extension commands (RSXes), "|say", "|speak", and "|pitch":
 
<lang locobasic>|say,"This is an example of speech synthesis."</lang>
 
=={{header|Mathematica}}==