Speech synthesis: Difference between revisions

Content deleted Content added
Line 81: Line 81:
=={{header|Locomotive Basic}}==
=={{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":
Both hardware and software-only speech synthesizers exist for the CPC. A software-only solution, [http://www.cpc-power.com/index.php?page=detail&num=4372 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>
<lang locobasic>|say,"This is an example of speech synthesis."</lang>