xmos / xplay

Simple command line based audio file player/recorder
2 stars 5 forks source link

Will not support 32ch on a 32 channel input device on OSX #5

Closed ed-xmos closed 7 years ago

ed-xmos commented 7 years ago

I have a 32ch 48KHz sound card but I cannot set 32 ch in the recording command line, even though it works fine with sox:

xplay --device 4 -R 32 --samplerate 48000 --recordfile ${args[0]}

doesn't work, but oddly,

xplay --device 4 -R 31 --samplerate 48000 --recordfile ${args[0]}

does.

Also, with a 64 channel device, I can only select 63 channels rather than 64, so sounds like an off by one issue.