Re: Speech Synthesizer


[ Follow Ups ] [ Post Followup ] [ WWWBoard 99er.hispeed.com ] [ FAQ ]

Posted by Ben Yates (4.17.20.4) on July 11, 2000 at 08:20:35:

In Reply to: Speech Synthesizer posted by David Cowlin on July 10, 2000 at 18:11:57:

: It's been 20 years since I dug it out, but I'm now trying to get the SS to speak! It speaks with games, but not on its own. I don't remember -- does it need a special cartridge to speak (i.e. call say "david").

: Thanks

Yes, you need a special cartridge. Either TI Extended Basic or the Speech Editor will give you access to the built-in vocabulary.
Terminal Emulator II will give you access to an unlimited vocabulary.

With the first two, you'd use CALL SAY("HELLO") or some such.
With TE-II,
OPEN #1:"SPEECH",OUTPUT
PRINT #1:"HELLO, DAVID"
REM CHANGE TO "WHISPER"
PRINT #1:"//0 0"
PRINT #1:"WHAT ARE YOU WEARING?"
REM DEFAULT VOICE
PRINT #1:"//43 128"

Grab a TE-II manual somewhere...


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ WWWBoard 99er.hispeed.com ] [ FAQ ]