mrene / minidsp-rs

MiniDSP Controller
http://minidsp-rs.pages.dev
Apache License 2.0
113 stars 15 forks source link

Device support request: USBStreamer #567

Open unclechu opened 1 year ago

unclechu commented 1 year ago

I wanted to try the tool to configure my USBStreamer. But it turns out it’s not supported by minidsp-rs? An attempt to call it fails with: “Error: No devices found”.

mrene commented 1 year ago

Hi

It seems like USBStreamer is pretty different than the other types of devices supported in this tool (which configure filters, gain structure, etc for DSP devices)

I would accept a PR if someone is willing to implement it, but without a device it's pretty hard to do on its own.