User Manual

www.veear.eu
User Manual (1.0.14) EasyVR 3 31
CMD_DUMP_SI
'z' (7Ah)
Read custom and built-in grammars data
[1]
Index of SI grammar to read (0-31) or (-1) to get the total count of SI grammars (including the
first 4 built-in wordsets)
Expected replies: STS_GRAMMAR, STS_COUNT
CMD_SEND_SN
'j' (6Ah)
Send a SonicNet
TM
token
[1]
Length of token (4 or 8 in bits)
[2-3]
Two positive values that form an 8-bit token index (index = [2] * 32 + [3], 0-15 for 4-bit tokens
or 0-255 for 8-bits tokens)
[4-5]
Two positive values that form a 10-bit delay for token output since the next sound playback
(delay = [4] * 32 + [5], 0 = send immediately, 1-1023 = delay in units of 27.46ms)
Expected replies: STS_SUCCESS
CMD_RECV_SN
'f' (66h)
Receive a SonicNet
TM
token
[1]
Length of token (4 or 8 in bits)
[2]
Rejection level (0-2 = higher values mean fewer results, 1 = default)
[3-4]
Two positive values that form a 10-bit timeout for token detection (timeout = [3] * 32 + [4], 0
= wait forever, 1-1023 = timeout in units of 27.46ms)
Expected replies: STS_TOKEN, STS_TIMEOUT
CMD_LIPSYNC
'l' (6Ch)
Start real-time lip-sync
[1]
Fixed to (-1)
[2-3]
Activation threshold (10-bit value = [2] * 32 + [3]):
270 = default setting
[4-5]
Timeout option (8-bit value = [4] * 16 + [5]):
0 = no timeout (can be interrupted)
1-255 = duration in seconds
Expected replies: STS_LIPSYNC
CMD_RECORD_RP
'r' (72h)
Record a message
[1]
Fixed to (-1)
[2]
Message index (0-31)
[3]
Data format (8)
[4]
Timeout option (0-31):
0 = no timeout (can be interrupted)
1-31 = duration in seconds
Expected replies: STS_SUCCESS, STS_ERROR