C/C++
speech.asc
Associated article: Speech Synthesis in C++
Tags: .NET C/C++
_SPEECH SYNTHESIS IN C++_
by Neil G. Rowland, Jr.
Listing One
//***************************** SPEECLIB.H **********************************
// Header file for SPEECH library. Copyright (c) 1994 by Neil G. Rowland, Jr.
#ifndef __SPEECLIB_H
#define __SPEECLIB_H
extern "C"
{
#include <windows.h>
#...


