Frosthaven / voicemeeter-windows-volume

Tray app that allows you to sync windows volume and mute state to Voicemeeter volume controls
265 stars 9 forks source link

Unknown device shown in debug log #45

Open Jerrk opened 1 year ago

Jerrk commented 1 year ago

when trying to figure out what the issue is in https://github.com/Frosthaven/voicemeeter-windows-volume/issues/39#issuecomment-1627587636 i launched the debug menu and i noticed that sometimes the audio engine will restart without actually physically changing any devices

The log window shows a device with garbled info:

image

[
  't Frien',
  'dlyName |Out-Host;echo',
  '"{{AllD',
  'evice',
  'Scanner:end}',
  '}";',
  'FriendlyName',
  '------------'
]

image [ 'FriendlyName', '------------' ]

as opposed to an actual physical device that i can replug without issue:

image

[
  'HID-compliant consumer control device',
  'USB Input Device',
  'USB Composite Device',
  'ODAC'
]

Any idea what is causing this issue and what could be done to fix it?

It's a bit annoying that the audio engine gets restarted every now and then even with no apparent changes, just the audio clipping when the engine is restarted.