Audio Manager

Note: To display only the features present on a particular device, select one or more filters from the SmartDocs bar below.

StageNow - 3.2

Overview

The Audio Manager (AudioMgr) controls a small number of specialized audio functions on Zebra devices, including whether audio on a device plays only through a connected handset or is replicated on the built-in device speaker (so that it plays on both). AudioMgr also controls whether a sound is played when the device is connected to a charger.

The replication feature was developed for the VC80x vehicle-mount computer, which has a custom port for attaching the Zebra M1000 handset. AudioMgr can force audio normally sent only to the M1000 speaker to be replicated on the VC80x's built-in speaker. This addresses the issue of missed communications that can arise when the handset is not being worn.

AudioMgr is supported only on the Zebra VC80x vehicle mount computer.

Main Functionality

  • Enable/disable:
    • Replicate handset audio on device speaker (VC80x only)
    • Sound when device connects to a charger

Charging Sounds On/Off

Controls whether the device plays a sound when a battery charger is connected.

Parm Name: ChargingSounds

Option Name Description Note Requires
0 Do not change This value (or the absence of this parm from the XML) causes no change to device settings; any previously selected setting is retained.

MX: 9.3+

Android API: 26+

1 Turn On Causes device to play a sound when a battery charger is connected.

MX: 9.3+

Android API: 26+

2 Turn Off Causes device to remain silent when a battery charger is connected.

MX: 9.3+

Android API: 26+

Audio Replication Action

Controls whether audio on the device plays only through a connected Zebra M1000 handset or is replicated on the built-in speaker.

Note: Supported on VC80x devices only.

Parm Name: AudioReplicationAction

Option Name Description Note Requires
0 Do not change This value (or the absence of this parm from the XML) causes no change to device settings; any previously selected setting is retained.

MX: 7.2+

Android API: 25+

1 Replicate handset audio on built-in speaker Plays device audio through handset and device speaker.

MX: 7.2+

Android API: 25+

2 Do not replicate handset audio on built-in speaker Plays device audio only through the connected handset.

MX: 7.2+

Android API: 25+

Examples

Replicate audio

Send audio to handset and built-in speaker


<wap-provisioningdoc>
    ​<characteristic type="AudioMgr">
        ​​<parm name="AudioReplicationAction" value="1" />
    ​</characteristic>
</wap-provisioningdoc>