home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Really Useful CD 1
/
ReallyUsefulCD1.iso
/
extras
/
progutils
/
speechlib
/
c
/
testspeech
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-06-10
|
133 b
|
10 lines
#include "speech.h"
int main(void)
{
char text[]="Hello this is speech working from,AY,see program";
speech_say((int)&text);
}