Prosody speech processing: API: sm_conf_prim_adj_input_settings

Prototype Definition

int sm_conf_prim_adj_input_settings(struct sm_conf_prim_adj_input_settings_parms *confp)

Parameters

*confp
a structure of the following type:
typedef struct sm_conf_prim_adj_input_settings_parms {
	tSMChannelId channel;					/* in */
	float max_level_decay;					/* in */
	float target_level;					/* in */
} SM_CONF_PRIM_ADJ_INPUT_SETTINGS_PARMS;

Description

Note: all input settings are lost when the channel is no longer a conference input unless the channel has been explicitly attached for conferencing by calling sm_conf_prim_attach().

Fields

channel
The input channel which is attached to conferencing and which is to be adjusted.
max_level_decay
The rate at which the AGC decays the estimate of the loudest signal, as a fraction.
target_level
The target output level in dBm0.

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody speech processing API.