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 initilaized 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.
Error:
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. |
Reference: nuVrsOpen, osVoiceContrlGain