asrp_post_step()

Post a recognition step.

Synopsis:

#include <asr/asrp.h>
 
int asrp_post_step(asr_step_t step)

Arguments:

step

The step to post.

Library:

libasr

Description:

The asrp_post_step() function posts the specified step to the active prompt module.

Returns:

0 Success.