asrm_recognizer_release()

Release a hold on the recognizer.

Synopsis:

#include "asr/asrm.h"
 
int asrm_recognizer_release(asr_module_hdl_t *mod)

Arguments:

mod

A pointer to the module handle of the recognizer.

Library:

libasr

Description:

The asrm_recognizer_release() function reduces the hold count on the recognizer by one. If no holds remain, it starts the recognizer.

Returns:

The number of holds remaining.