asrv_post_step()

Post a recognition step.

Synopsis:

#include "asr/asrv.h"
 
void asrv_post_step(asr_step_t step)

Arguments:

step

The step to post.

Library:

libasr

Description:

The asrv_post_step() function handles the specified step. In the case of an active recognition turn it invokes the appropriate module's step() callback function.

Returns:

Nothing.