After a recent change to pcmcat (made in 5e606d5f9dd0fd9f3881f1f736d6bf7f0d6434b5), Auto-RX stopped working. It looks like the reason is that pcmcat previously defaulted to byteswapping, but now only does so when the stream type is 10 or 11 (44100 sps, S16BE). Auto-RX uses type 113 (48000 sps, S16BE) and a number of other non-standard sample rates for which stream types are dynamically allocated.
Adding the -b 1 argument works around the problem, but I'm not sure whether it was intentional to change the default behaviour for stream type 113 (and other S16BE stream types, including dynamically allocated ones).
After a recent change to pcmcat (made in 5e606d5f9dd0fd9f3881f1f736d6bf7f0d6434b5), Auto-RX stopped working. It looks like the reason is that pcmcat previously defaulted to byteswapping, but now only does so when the stream type is 10 or 11 (44100 sps, S16BE). Auto-RX uses type 113 (48000 sps, S16BE) and a number of other non-standard sample rates for which stream types are dynamically allocated.
Adding the
-b 1
argument works around the problem, but I'm not sure whether it was intentional to change the default behaviour for stream type 113 (and other S16BE stream types, including dynamically allocated ones).