SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
sspmod_feedback.c File Reference

Get feedback from the recognizer back into the preprocessing. More...

Functions

void spr_feedback_free (SprSspInfo *Info)
 
int spr_feedback_setup (SprSspInfo *Info, const char **descript, void *aux_info)
 
int spr_feedback_process (SprSspInfo *Info, const void *frame_in, void *frame_out)
 
void spr_feedback_reset (SprSspInfo *Info, SprSspStatus *action)
 

Detailed Description

Get feedback from the recognizer back into the preprocessing.

Receive feedback from the recognizer and output the values. Before the first feedback is received, or after the feedback is reset, copy either the input or write out a default vector.


[feedback]
name <name>(feedback)
Give the feedback module a unique name so that the recognizer knowns what information needs to be sent to which module.
default <number> ...
Specify the default values to be used before any feedback was given. By default, this is the input vector.
no_reset
Do not reset at the beginning of a new file.

Author
Kris Demuynck
Date
23 March 2011