home *** CD-ROM | disk | FTP | other *** search
- $link "pbasmlib.pbl"
- $include "pbasmlib.inc"
-
-
- 'PBASMLIB Demo number 4 - sound module speech driver interface
- '
- 'Compile this program to a standalone .EXE, then
- 'exit the IDE, load the SBTALKER program (SBTALKER /DBLASTER),
- 'and run this program from the DOS command line. If you have
- 'EMS memory, SBTALKER should only take about 14K or so of main
- 'DOS memory. Unload with SBTALKER /U.
-
-
- if sbspeech=0 then print:print "SB Speech driver required - please load and rerun this demo.":stop
-
- sbsay "Hello there how are you. This is a test of ess bee speech and ess bee say in the pee bee assem libe sound module."
- sbsay "These roo teens provide you with an inter face to the speech driver, which you are experiencing right now."
- sbsay "Hope you enjoy using pee bee assem libe."
- stop
-