Skip to content
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

Extend audio tets #609

Open
macpijan opened this issue Nov 22, 2024 · 2 comments
Open

Extend audio tets #609

macpijan opened this issue Nov 22, 2024 · 2 comments
Assignees

Comments

@macpijan
Copy link
Contributor

macpijan commented Nov 22, 2024

Detect sound card and audio sink separately.

Currently our detection methods might be different for Linux and Windows. If there is no actual oputput connected, we may have PASS for Linux (we check for sound card presence only), while at the same time we get FAIL for Windows (maybe we check just for sink, or maybe Windows is different in this matter?)

This may be often confusing, and suggesting windows drivers might be missing, while in fact there is no audio device connected.

Detecting sound card and audio sink in two different test cases, would help to isolate that.

@SebastianCzapla
Copy link
Contributor

Related: #593

Commit: 15560f1 changes detection on windows side to detect wider spectrum of devices, sources, and sinks, which could be used as a base for separated detection (filtering speakers from audio cards or virtual sound devices)

@macpijan
Copy link
Contributor Author

This is step in good direction, but ideally we have separate test cases, so we detect audio card and speakers (or headphones) separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants