#VBS - Bits per Sample (Compression Factor)


This command selects the degree of ADPCM voice compression to be used.

Parameters:
n = 2, 3, or 4 (Voice compression bits per sample)

Default:
4

Result Codes:
OK
- If n = 2, 3, or 4

ERROR - Otherwise

Command Options:
#VBS?
- Returns the current setting of the #VBS command as an ASCII decimal value in result code format.

#VBS=? - Returns &quot2, 3, 4&quot, which are the ADPCM compression bits/s sample rates available. These bits/s sample rates are correlated with the #VCI? query command response which provides the single compression method available.

#VBS=2 - Selects 2 bits per sample.

#VBS=3 - Selects 3 bits per sample.

#VBS=4 - Selects 4 bits per sample.

Click here to return to the Contents page.