1// FliteCMUKalDiphone.idl : IDL source for FliteCMUKalDiphone.dll
2//
3
4// This file will be processed by the MIDL tool to
5// produce the type library (FliteCMUKalDiphone.tlb) and marshalling code.
6
7import "oaidl.idl";
8import "ocidl.idl";
9import "sapiddk.idl";
10
11[
12	uuid(1033E526-D2C0-4A02-8FD2-24185FC4D9A7),
13	version(1.0),
14	helpstring("FliteCMUKalDiphone 1.0 Type Library")
15]
16library FLITECMUKALDIPHONELib
17{
18	importlib("stdole32.tlb");
19	importlib("stdole2.tlb");
20
21	[
22		uuid(72CEF72B-809E-4CB4-A63C-ADC7938CFD5B),
23		helpstring("FliteCMUKalDiphoneObj Class")
24	]
25	coclass FliteCMUKalDiphoneObj
26	{
27		[default] interface ISpTTSEngine;
28		interface ISpObjectWithToken;
29	};
30};
31