home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
apps
/
audio
/
p
/
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);
}