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

List default audio device as audio device 0 in chuck --probe #448

Open
Kizjkre opened this issue Jun 28, 2024 · 0 comments
Open

List default audio device as audio device 0 in chuck --probe #448

Kizjkre opened this issue Jun 28, 2024 · 0 comments

Comments

@Kizjkre
Copy link

Kizjkre commented Jun 28, 2024

Running chuck --probe returns something as follows:

[chuck]: [CoreAudio] driver found x audio device(s)...
[chuck]: 
[chuck]: ------( audio device: 1 )------
[chuck]: device name = "..."
[chuck]: probe [success]...
[chuck]: # output channels = x
[chuck]: # input channels  = x
[chuck]: # duplex Channels = x
[chuck]: default output = NO
[chuck]: default input = YES
[chuck]: natively supported data formats:
[chuck]:   32-bit float
[chuck]: supported sample rates:
[chuck]:   48000 Hz
[chuck]: ------( audio device: 2 )------
[chuck]: device name = "..."
[chuck]: probe [success]...
[chuck]: # output channels = x
[chuck]: # input channels  = x
[chuck]: # duplex Channels = x
[chuck]: default output = YES
[chuck]: default input = NO
[chuck]: natively supported data formats:
[chuck]:   32-bit float
[chuck]: supported sample rates:
[chuck]:   48000 Hz
[chuck]: 
[chuck]: ------( audio device: 3 )------
[chuck]: device name = "..."
[chuck]: probe [success]...
[chuck]: # output channels = x
[chuck]: # input channels  = x
[chuck]: # duplex Channels = x
[chuck]: default output = NO
[chuck]: default input = NO
[chuck]: natively supported data formats:
[chuck]:   32-bit float
[chuck]: supported sample rates:
[chuck]:   48000 Hz
[chuck]: 

Even though the index of the audio device corresponds with the argument N in chuck --out:<N>, it could cause confusion as to whether the first audio device should use --out:0 or --out:1. It could be better disambiguated if the default audio device (which is --out:0) was also listed.

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