LVCA_AddMainLibraryAudioA/LVCA_AddMainLibraryAudioW

This function adds audio from the projects audio library to the current modules main A list of Actions that determine what will happen once the caller enters a Module Modules are the individual elements you use to create your Information System. When you create an Information System, you are crafting a conversation between a computer and a live person. Each Module represents a single, distinct portion of that conversation. The different types of Modules are: Start, List, Multilevel, Overview, Yes/No, Goto, Hangup, Transfer, Global, Global Yes/No and Goto Project. Each Module has its own unique function and symbol.. Each Module has its own unique Main. The Main is marked with an orange arrow. chain.

LVCA_API BOOL WINAPI LVCA_AddMainLibraryAudioA(HANDLE hCA, LPCSTR Description You can fill out the Description field when recording a Quick Vox or Library Vox. Filling out the Description is optional, but it allows you to keep track of your Voxes more easily.);

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

Defined as:

LVCA_AddMainLibraryAudio

Return Value:

This function return true if successful, otherwise false will be returned.  Call LVCA_GetLastCallError to retrieve the error An Error is anything within the system itself that creates a glitch in the Speech Driven Information System An Information System is a general term used to describe the product you are designing with this software. This could be any type of system in which you can give information to your callers, such as a Virtual Customer Service Center, a Virtual Technical Support Center, or a Virtual Help Desk., such as a missing Vox or a Goto A Goto is an Action that sends callers to another Module. A Goto is a Terminal Action. This means it will be the last Action in an Actions List. that doesn't go anywhere. 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 Each Project you create represents a single Speech Driven Information System. So, if you want to create three separate Information Systems, you will need to create three different Projects. Audio Library

Notes:

The Speech Platform does not inhibit duplicate descriptions of the audio library entries.  The function will add the first audio file matching the given description. VOX A Vox is an Action An Action is a specific command that you can add to an Action List. There are five types of Actions: Vox, Listen, Goto, Transfer, and Hangup. that plays a sound file. You can record a Vox in your own voice You can fill out the Voice field when recording a Quick Vox or Library Vox. Filling out the Description is optional, but it allows you to keep track of your Voxes more easily. directly from the Speech Driven Information System. You can also use the Audio Manager The Audio Manager contains all of the audio files in the program. You can use the Audio Manager to create Library Voxes and to import other sounds into the Speech Driven Information System. You can also rerecord or change Voice, Description and Transcript information about all Library and Quick Voxes in the Audio Manager. to import recordings or sound effects that you have obtained from other sources. format: 8bit 8000hz u-law

CAPI Only mode: Not Supported


Complete Help Topic List | Speech Platform Product Information