User Manual
www.veear.eu
User Manual (1.0.14) EasyVR 3 53
bool setMicDistance (int8_t dist)
Sets the operating distance of the microphone. This setting represents the distance between the
microphone and the user's mouth, in one of three possible configurations.
Parameters:
dist
(1-3) is one of values in Distance
Return values:
true
if the operation is successful
bool setKnob (int8_t knob)
Sets the confidence threshold to use for recognition of built-in words or custom grammars.
Parameters:
knob
(0-4) is one of values in Knob
Return values:
true
if the operation is successful
bool setTrailingSilence (int8_t dur)
Sets the trailing silence duration for recognition of built-in words or custom grammars.
Parameters:
dur
(0-31) is the silence duration as defined in TrailingSilence
Return values:
true
if the operation is successful
bool setLevel (int8_t level)
Sets the strictness level to use for recognition of custom commands.
Parameters:
level
(1-5) is one of values in Level
Return values:
true
if the operation is successful
bool setCommandLatency (int8_t mode)
Enables or disables fast recognition for custom commands and passwords. Fast SD/SV recognition can
improve response time.
Parameters:
mode
(0-1) is one of the values in CommandLatency
Return values:
true
if the operation is successful
bool setDelay (uint16_t millis)
Sets the delay before any reply of the module.
Parameters:
millis
(0-1000) is the delay duration in milliseconds, rounded to 10 units in
range 10-100 and to 100 units in range 100-1000.










