Prosody speech processing: API: sm_conf_primix_adj_input

This function is only in Prosody version 1 (but see the conversion guide for further details, including a facility that emulates it).

Prototype Definition

int sm_conf_primix_adj_input(struct sm_conf_primix_adj_input_parms *confixp)

Parameters

*confixp
a structure of the following type:
typedef struct sm_conf_primix_adj_input_parms {
	tSM_INT channel_ix;					/* in */
	tSM_INT volume;						/* in */
	tSM_INT agc;						/* in */
} SM_CONF_PRIMIX_ADJ_INPUT_PARMS;

Description

This is same as sm_conf_prim_adj_input() except it specifies the channel using a channel index.

Fields

channel_ix (Only in Prosody version 1)
The index number of the input channel which has been added to a conference and which is to be adjusted.
volume (Only in Prosody version 1)
The new value for the volume (in dB).
agc (Only in Prosody version 1)
The new value for the indicator of whether automatic gain control is to be enabled.

This function is part of the Prosody speech processing API.