asrp_connect()

Connect to the prompt module.

Synopsis:

#include <asr/asrp.h>
 
asrp_module_hdl_t* asrp_connect(const asrp_module_interface_t *pmif, unsigned len, void *data)

Arguments:

pmif

The prompt module interface.

len

The size of the prompt module interface.

data

Data associated with the prompt module.

Library:

libasr

Description:

The asrp_connect() function connects to the prompt module and returns identifying information about the recognizer via the data parameter.

Returns:

The prompt module handle.