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

Ability to specify an output line for AudioPlayer #220

Open
hakanai opened this issue Mar 27, 2024 · 0 comments
Open

Ability to specify an output line for AudioPlayer #220

hakanai opened this issue Mar 27, 2024 · 0 comments

Comments

@hakanai
Copy link

hakanai commented Mar 27, 2024

AudioPlayer is hard-coded to automatically choose a line based on the specified format and buffer size.

My computer has about 6 lines which satisfy this and it seems to always choose my digital output device which goes to the monitor - ideally I'd like a way to choose where it goes.

I guess as a workaround, I can clone AudioPlayer, add a constructor taking LineInfo instead, and use that. It doesn't seem to have a huge amount of code inside, so doing that doesn't seem like a huge overhead.

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

1 participant