Prosody speech processing: API: sm_besp_write_status_ix

This function is only in Prosody version 1 (see also the conversion guide for further details).

Prototype Definition

int sm_besp_write_status_ix(struct sm_besp_status_ix_parms *statusp)

Parameters

*statusp
a structure of the following type:
typedef struct sm_besp_status_ix_parms {
	tSM_INT channel_ix;					/* out */
	tSM_INT status;						/* out */
} SM_BESP_STATUS_IX_PARMS;

Description

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.

Fields

channel_ix (Only in Prosody version 1)
The channel whose status is being reported.
status (Only in Prosody version 1)
The status of a channel.

This function is part of the Prosody speech processing API.