profpolymath
profpolymath
Thanks for the pointers, much appreciated! `minidsp monitor` fails with: ``` (node:16739) UnhandledPromiseRejectionWarning: Error: Unexpected response pD� at sendCommand.then (/usr/local/lib/node_modules/minidsp/src/device.js:150:11) (node:16739) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by...
Incidentally, here's what I learned using the [fuzz script](https://github.com/mrene/node-minidsp/files/1008608/minidsp-fuzz.txt) by @markubiak to read the miniDSP 4x10 state, which differs slightly from the 2x4 in that there are three digital inputs...
Bonjour Mathieu. I will try to help. I will need some time to look at this again; after two years it has completely left my brain...
Here are default config files from two platforms, the miniDSP 2x8 (4x10), and miniSHARC 4x8: [minidsp_cfg_xml.zip](https://github.com/mrene/node-minidsp/files/5850897/minidsp_cfg_xml.zip)
Both devices report the same Product ID: `ID 04d8:003f Microchip Technology, Inc.` Attachment contains `lsusb -v` for 4x10 HD (miniDSP 2x8) and the OpenDRC DA-8 (miniSHARC). The only difference between...
The command reports `HW ID: 1` on the minDSP 4x8, and then hangs at `Dumping readable floats`. The miniSHARC reports `HW ID: 4`. Full output of each in attached file....