Mathieu Rene

Results 48 comments of Mathieu Rene

Hi! Not a known issue at all. Can you tell me what kind of mac are you running this on? Is it intel or apple silicon? Are you buildling yourself...

Mostly because nobody showed up with a device and the willingness to put some time into it. I suspect that the work started in #222 will be helpful in getting...

I took a look at that plugin, it looks feasible to support it. Could you check if `minidsp probe` detects the device? if so what hardware id and dsp version...

I see, thanks. It appears they added the command to identify the device in later models only, but I can use the lack of support as an indicator - at...

At first glance the plugins look prety similar to some other product so it looks possible to add it. I don't see a field to connect to a specific IP...

Most of their devices use some rudimentary USB HID over TCP (on port 5333). The advertisement packets didn't look like anything to me (it's not mdns, and there's some kind...

@m-diers these are broadcast packets sent by the devices so you can discover their ip. `minidsp probe --net` will listen and list them. The code to decode them are in...

I'm guessing it's timing out after that last `ReadMemory` ? Any chance you could packet capture the plugin connecting to the device? (it'll be on tcp port 5333)

pcap (or pcapng) would be ideal

Just to clarify, a pcap of the plug-in is what I'm looking for (since minidsp-rs apparently doesn't do the right thing)