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

Wrong kind of system capture #110

Closed
System-Dave opened this issue Jul 26, 2021 · 2 comments
Closed

Wrong kind of system capture #110

System-Dave opened this issue Jul 26, 2021 · 2 comments
Labels

Comments

@System-Dave
Copy link

Maybe I am not understanding this correctly, but through python system capture is strictly through my headset's mic. Through QJackCTL, however, I have the ability to change the interface to Stereo mix and get my actual desktop audio. Is there something I am missing or does this library not include the ability to change interfaces like QJackCTL?

@HaHeho
Copy link

HaHeho commented Jul 26, 2021

What you do with QJackCtl is starting the Jack server with a specific set of parameters, e.g. the used audio interface.

This API only provides you to setup Jack clients.

If you create a client an no Jack server is running, then one will be started with a default set of parameters (see the Jack documentation on how this could be customized depending on the system you're using). Alternatively, you can start the Jack server with exactly the parameters you need beforehand, e.g QJackCtl or terminal.

@mgeier
Copy link
Member

mgeier commented Jul 26, 2021

See also #90 where I suggested that this module should only do "client" things, and "server" things should be by done a different module (either an existing one or a newly created one).

@mgeier mgeier added the question label Dec 4, 2021
@mgeier mgeier closed this as completed Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants