obs-audio-monitor icon indicating copy to clipboard operation
obs-audio-monitor copied to clipboard

Slider still shows even if device is not available anymore

Open Trouffman opened this issue 3 years ago • 0 comments

Behavior (bug)

A slider for audio ouput / monitoring is next to a "track" even when that previously set device is not available anymore.

image

How to reproduce

Launch OBS wtht he plugin. Enable a/multiple monitoring device to a track. Close OBS Disconnect (or disable that device in windows) Re-launch OBS In the plugin widget there is a slider for a "non-existing" device.

as tested on OBS 27.1.3 and plugin version 0.7.1

From the log file 15:32:30.418: [WASAPISource::WASAPISource] Device '{0.0.1.00000000}.{d9ba5ac3-7bcd-40b1-8dd3-88bf22e41d64}' not found. Waiting for device Which, I suspect, is the device it tries to assign.

Workaround

  • hide (menu > track > untick "Show")
  • unhide (menu > track > tick "Show"

Trouffman avatar Feb 01 '22 20:02 Trouffman