chuck icon indicating copy to clipboard operation
chuck copied to clipboard

Decoding options bug

Open jack461 opened this issue 7 years ago • 0 comments

There seems to be a bug [chuck,1.3.5.2] in the option decoding when a filename begins with a digit:

$ chuck --dac:5 4-Main.ck
[chuck]: (CoreAudio) timeout waiting for sample rate update for device (4)...
[chuck]: cannot initialize audio device (use --silent/-s for non-realtime)
$

But this works:

$ chuck --dac:5 ./4-Main.ck
$

Not a big problem, of course, but that should be easy to fix. Regards.

jack461 avatar Mar 12 '17 14:03 jack461