Function


nuVrsControlGain


Syntax

s32 nuVrsControlGain(NUVrsHandle *handle, s32 analog, s32 digital)

Arguments

handle      NUVrsHandle structure
analog      analog gain of voice transmission system
digital     digital gain of voice transmission system

Return Value

Error

Description

Adjusts input gain

Adjusts the input gain of the Voice Recognition System. "handle" must be initialized with the nuVrsOpen function. The return value is the return value of the osVoiceControlGain function. This function calls the osVoiceControlGain function via the SI manager.

Errors

CONT_ERR_INVALID There is an error in the way this function was called or in the argument. This error will not occur if the correct calling method is used. Please correct the problem so that this error does not occur when development is completed.

See Also

nuVrsOpen and osVoiceControlGain