You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Running
chuck --probe
returns something as follows:Even though the index of the audio device corresponds with the argument
N
inchuck --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.The text was updated successfully, but these errors were encountered: