Audio Issues

Audio problems usually come down to the audio interface (driver) in use, the format the device reports, or another application holding the device. WATCHOUT offers four audio interfaces: WASAPI, WASAPI Exclusive, ASIO, and Dante. Find the section for the interface your device uses. For the model behind audio devices and the bus routing matrix, see Audio Devices.

WASAPI

The shared-mode Windows audio path. See WASAPI.

SymptomLikely causeResolution
Device list is emptyNode has no audio hardware or driverVerify the sound device is visible in Windows Sound settings on the node. Install the manufacturer's driver. Click Refresh in Device Properties.
Audio plays but distortedSample rate / format mismatch causing Windows to convertPick the device's native format in the Format dropdown.
Higher latency than expectedWASAPI Shared bufferingSwitch to WASAPI Exclusive or ASIO.
No sound, but device shows enabledWrong Windows default or hardware mutedOpen Windows Sound, confirm the right device is selected and not muted. If using default, the Windows default may have changed. Pick the device by name instead.

WASAPI Exclusive

The same Windows API in exclusive-access mode. See WASAPI Exclusive.

SymptomLikely causeResolution
Device fails to enableFormat not natively supported, or another app already holds the devicePick a format from the dropdown (the list reflects what the device reports as native). Close other applications using the device.
Other apps lose audioExpected — exclusive mode locks the deviceEither accept the trade-off, or switch to regular WASAPI.
Latency still not low enoughWASAPI's exclusive mode is limited by Windows' own audio schedulerSwitch to ASIO if the device has a vendor driver.

ASIO

The professional audio standard, talking to the device through a vendor driver. See ASIO.

SymptomLikely causeResolution
Device list is emptyNo ASIO driver installed, or the driver is not enumeratingInstall the manufacturer's ASIO driver, confirm the device appears in the vendor control panel, then Refresh the device list in Device Properties.
Glitches / dropoutsBuffer size too small for the host's loadIncrease the ASIO buffer size in the vendor control panel. Also check for background processes (Windows Update, antivirus scans) competing for CPU.
Format dropdown shows one option onlyASIO driver reports the device's currently configured rateChange the sample rate in the vendor control panel. WATCHOUT then offers the new rate.
Higher CPU than expectedSmall buffer size or many active channelsRaise the buffer size. Cap the channel count to what the show actually uses.

ASIO is single-client per driver. If the audio renderer and the LTC Bridge both target the same ASIO device, only the first wins. Put one side on WASAPI or WASAPI Exclusive — see Sharing a Card with Audio Input.

Dante

Audinate's audio-over-IP, built into WATCHOUT through the Dante Audio Library (DAL). Every node is Dante-ready out of the box. There are no Dante drivers to install. To publish Dante audio, a Dante license must be activated on the node. See Dante Audio.

SymptomLikely causeResolution
No adapter listed in the Adapter dropdownDAL found no usable network interface on the nodeConfirm the node has an active network interface. Nothing extra to install — the Dante stack ships with WATCHOUT. Click Refresh, or restart the node's services.
"Dante not activated" errorNo Dante license is activated on the nodeActivate a Dante license on the node with Audinate's Dante Activator.
"Insufficient number of channels" errorThe activated license has fewer channels than the configured countReduce the channel count in WATCHOUT to match the license, or activate a larger channel tier.
Audio not reaching receiversRouting not configured in Dante ControllerOpen Dante Controller and create routes from the WATCHOUT transmitter to the desired receiver channels.
Audio dropouts or glitchesNetwork problems — insufficient bandwidth, missing QoS, or clock syncVerify switch QoS configuration, check that PTP is running, and ensure no bandwidth contention on the Dante network.
Duplicate Dante device conflictTwo audio devices assigned to the same node interfaceEach node should have only one Dante audio device per network interface. Remove the duplicate assignment.
  • Audio Devices — the shared audio model and the bus routing matrix.
  • Network Issues — when a node-assigned audio device produces no output.
  • LTC Bridge — timecode capture that can contend for the same audio device.
  • Getting Help — gather diagnostics and contact Dataton support.