This function adds audio from the projects audio library to the current modules main chain.
BOOL LVCA_AddMainLibraryAudioA(HANDLE hCA, LPCSTR Description);
BOOL LVCA_AddMainLibraryAudioW(HANDLE hCA, LPCWSTR Description);
Return Value
These functions return true if successful, otherwise false will be returned. Call LVCA_GetLastCallError to retrieve the error code and message.
Parameters
hCA
The handle given by the event callback.
Description
A pointer to a string containing the description of the library audio to add
Remarks
The Platform does not inhibit duplicate descriptions of the audio library entries. The function will add the first audio file matching the given description.
Complete Help Topic List | Speech Platform Product Information