Prosody speech processing: API: sm_conf_primix_start

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_start(struct sm_conf_primix_start_parms *confixp)

Parameters

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

Description

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

Fields

channel_ix (Only in Prosody version 1)
The index of the channel on which a conference output is to be started.
volume (Only in Prosody version 1)
The volume adjustment (in dB).
agc (Only in Prosody version 1)
Indicator of whether automatic gain control is to be enabled (non-zero) or not (zero).

This function is part of the Prosody speech processing API.