asra_disconnect()

Disconnect the prompt module.

Synopsis:

#include "asr/asra.h"
 
void asra_disconnect(asra_module_hdl_t *hdl)

Arguments:

hdl

The prompt module handle.

Library:

libasr

Description:

The asra_disconnect() function disconnects the specified audio module from io-asr and frees the associated memory.

Returns:

Nothing.