asr_post_step()

Process a state change.

Synopsis:

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

Arguments:

step

The step to handle.

Library:

libasr

Description:

The asr_post_step() function invokes the step() callback function defined in the recognizer interface, asr_recognizer_if.

Returns:

Nothing.