This function is only in Prosody version 1 (see also the conversion guide for further details).
int sm_besp_write_status_ix(struct sm_besp_status_ix_parms *statusp)
typedef struct sm_besp_status_ix_parms {
tSM_INT channel_ix; /* out */
tSM_INT status; /* out */
} SM_BESP_STATUS_IX_PARMS;
This is same as
sm_besp_write_status()
except it specifies the channel using a channel index
and the value -1 is used when reporting that no
channel is ready.
This function is part of the Prosody speech processing API.