Jump to content
Mitkraft

Can you test a speech synthesizer without any cartridges?

Recommended Posts

I just got a speech synthesizer that I bought off eBay and the seller did a terrible job of packaging it and it suffered some cosmetic damage in shipping. I'd like to verify that it's still functional but I don't have my XB 2.7 cart yet. All I have is a PEB with the standard cards, console, Donkey Kong cart and Pacman cart. Any way to test it?

 

If not I'll just wait for my XB cart. Thanks!

Share this post


Link to post
Share on other sites

If you go into TI basic and type:

 

CALL SAY ("HELLO")

 

I believe that will work. I know it works in XB, but I'm not sure if it will work in regular basic...?

Share this post


Link to post
Share on other sites

If you go into TI basic and type:

 

CALL SAY ("HELLO")

 

I believe that will work. I know it works in XB, but I'm not sure if it will work in regular basic...?

 

Not without a speech-enabled cartridge (Terminal Emulator II, Speech Editor, Alpiner, Editor Assembler, Extended Basic) or a way to access non-VDP memory.

 

...lee

Share this post


Link to post
Share on other sites

Correct, you need a cart that supports speech, the raw console doesn't.

 

Alllllthouuuuugh... we do have the Playground loader now. Didn't someone do a test of using the speech synth from that? If not.. maybe we can whip up something quick and dirty that just says HELLO out of the built-in vocab?

Share this post


Link to post
Share on other sites

Ok, so I got a copy of the Terminal Emulator II cart which I understand should enable CALL SAY("HELLO") to work. When I enter it however I get "Bad Name". Does that mean it doesn't recognize the speech synthesizer or am I doing something wrong?

Share this post


Link to post
Share on other sites

The TEII cartridge does not add a SAY routine to TI Basic. Rather, you must open the SPEECH device for output and PRINT to it:

OPEN #1:"SPEECH",OUTPUT
PRINT #1:"HELLO"

...lee

  • Like 1

Share this post


Link to post
Share on other sites

Man you guys are fast! Thanks Lee, that worked like a champ! So now I know the speech synth works. Yay! Next phase is to decide if I'm going to fool with floppies, buy a floppy emulator, or do an HDX mod to my rs232 card (leaning towards the HDX mod). I'd probably buy a CF7+ instead if they were available.

Share this post


Link to post
Share on other sites

HDX mod is good stuff. You can also install a 3.5" floppy drive for more stability of media. This will allow you to transfer programs via HDX, save them to 3.5 floppies, and run them that way. 5.25 disks are relatively volatile in comparison to DSDD 3.5 disks, and you can find giant lots of DSDD 3.5 disks on eBay that have old PageMaker files and stuff on em for super cheap.

 

Just format em, and you're off to the races.

 

Using HD disks CAN be done, but I would suggest sticking with DSDD. They're very available.

 

Glad your speech synth works. :)

Share this post


Link to post
Share on other sites

 

Not without a speech-enabled cartridge (Terminal Emulator II, Speech Editor, Alpiner, Editor Assembler, Extended Basic) or a way to access non-VDP memory.

 

...lee

Wait a minute...! You mean plugging Alpiner in and going to TI Basic is enough to use speech? Are you sure?

I got a Alpiner cart laying around someplace but have not played in a while. Had no idea it enables speech in ti basic.

Is it by the CALL SAY("") method or the OPEN #1:"SPEECH",OUTPUT

PRINT #1:"HELLO" method?

Share this post


Link to post
Share on other sites

Wait a minute...! You mean plugging Alpiner in and going to TI Basic is enough to use speech? Are you sure?

I got a Alpiner cart laying around someplace but have not played in a while. Had no idea it enables speech in ti basic.

Is it by the CALL SAY("") method or the OPEN #1:"SPEECH",OUTPUT

PRINT #1:"HELLO" method?

 

nope.. just run alpiner, to test the speech

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...