LVCA_AddMainLibraryAudioA/LVCA_AddMainLibraryAudioW

This function adds audio from the projects audio library to the current modules main chain.

LVCA_API BOOL WINAPI LVCA_AddMainLibraryAudioA(HANDLE hCA, LPCSTR Description);

LVCA_API BOOL WINAPI LVCA_AddMainLibraryAudioW(HANDLE hCA, LPCWSTR Description);

Defined as:

LVCA_AddMainLibraryAudio

Return Value:

If successful,LVCA_AddMainLibraryAudioA/LVCA_AddMainLibraryAudioW returns true.  If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.

Supported on Events:

CAMSG_ENTERMODULE

Params:

hCA (IN) Call handle passed into function

Description (IN) A pointer to the string containing the library audio description as it is defined in the Platform Project Audio Library

Notes:

Platform does not inhibit duplicate descriptions of the audio library entries.  The function will add the first audio file matching the given description. VOX format: 8bit 8000hz u-law

CAPI Only mode: Not Supported


Complete Help Topic List | Speech Platform Product Information