-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
audio-info.exe showing only 1 device #1599
Comments
Please paste the results from running: Get-PnpDevice -Class AudioEndpoint | Select-Object InstanceId, FriendlyName |
|
I have the same issue (was present for as long as I can remember using Sunshine), and it's caused by Sunshine failing to properly decode device description. As for the test case, developers may use |
It seems this issue hasn't had any activity in the past 90 days. If it's still something you'd like addressed, please let us know by leaving a comment. Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks! |
This issue was closed because it has been stalled for 10 days with no activity. |
Same here. |
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the nightly release?
Describe the Bug
When executing audio-info.exe with elevated rights using both cmd and powershell, I only get 1 unnamed device
PS C:\Program Files\Sunshine\tools> .\audio-info.exe
====== Found 4 audio devices ======
===== Device =====
Device ID : {0.0.0.00000000}.{220e1f93-2b90-4b98-b0d4-621b6882e6ee}
Device name :
Expected Behavior
All the devices, their names and instance id
Additional Context
All the devices, their names and intance id.
Using the following command works fine
Get-PnpDevice -Class AudioEndpoint | Select-Object InstanceId, FriendlyName
Host Operating System
Windows
Operating System Version
Windows 11
Architecture
64 bit
Sunshine commit or version
0.20
Package
Windows - installer
GPU Type
Nvidia
GPU Model
3070
GPU Driver/Mesa Version
537.13
Capture Method (Linux Only)
No response
Config
Apps
No response
Relevant log output
Get-PnpDevice -Class AudioEndpoint | Select-Object InstanceId, FriendlyName
The text was updated successfully, but these errors were encountered: