eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TtsEng.h 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 5.01.0164 */
  3. /* at Sat Dec 16 21:19:27 2006
  4. */
  5. /* Compiler settings for C:\Program Files\Microsoft Speech SDK 5.1\Samples\CPP\Engines\TTS\TtsEng.idl:
  6. Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  7. error checks: allocation ref bounds_check enum stub_data
  8. */
  9. //@@MIDL_FILE_HEADING( )
  10. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  11. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  12. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  13. #endif
  14. #include "rpc.h"
  15. #include "rpcndr.h"
  16. #ifndef __TtsEng_h__
  17. #define __TtsEng_h__
  18. #ifdef __cplusplus
  19. extern "C"{
  20. #endif
  21. /* Forward Declarations */
  22. #ifndef __SampleTTSEngine_FWD_DEFINED__
  23. #define __SampleTTSEngine_FWD_DEFINED__
  24. #ifdef __cplusplus
  25. typedef class SampleTTSEngine SampleTTSEngine;
  26. #else
  27. typedef struct SampleTTSEngine SampleTTSEngine;
  28. #endif /* __cplusplus */
  29. #endif /* __SampleTTSEngine_FWD_DEFINED__ */
  30. /* header files for imported files */
  31. #include "oaidl.h"
  32. #include "ocidl.h"
  33. #include "sapiddk.h"
  34. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  35. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  36. /* interface __MIDL_itf_TtsEng_0000 */
  37. /* [local] */
  38. typedef struct VOICEITEM
  39. {
  40. LPCWSTR pText;
  41. ULONG ulTextLen;
  42. ULONG ulNumAudioBytes;
  43. BYTE __RPC_FAR *pAudio;
  44. } VOICEITEM;
  45. extern RPC_IF_HANDLE __MIDL_itf_TtsEng_0000_v0_0_c_ifspec;
  46. extern RPC_IF_HANDLE __MIDL_itf_TtsEng_0000_v0_0_s_ifspec;
  47. #ifndef __SAMPLETTSENGLib_LIBRARY_DEFINED__
  48. #define __SAMPLETTSENGLib_LIBRARY_DEFINED__
  49. /* library SAMPLETTSENGLib */
  50. /* [helpstring][version][uuid] */
  51. EXTERN_C const IID LIBID_SAMPLETTSENGLib;
  52. EXTERN_C const CLSID CLSID_SampleTTSEngine;
  53. #ifdef __cplusplus
  54. class DECLSPEC_UUID("BE985C8D-BE32-4A22-AA93-55C16A6D1D91")
  55. SampleTTSEngine;
  56. #endif
  57. #endif /* __SAMPLETTSENGLib_LIBRARY_DEFINED__ */
  58. /* Additional Prototypes for ALL interfaces */
  59. /* end of Additional Prototypes */
  60. #ifdef __cplusplus
  61. }
  62. #endif
  63. #endif