vadimgrn / usbip-win2

USB/IP Client for Windows
GNU General Public License v3.0
387 stars 40 forks source link

Could you please fix the audio device bugs in ude mode? #68

Closed zhxin999 closed 4 months ago

zhxin999 commented 5 months ago

I try to attach a usb micphone, but failed. the audio device will be lost after attaching to the client. Is there any good ideas?

vadimgrn commented 5 months ago

This is the most hard issue to solve. I can't manage to fix it yet.

vadimgrn commented 4 months ago

The issue has fixed, the next release will be published soon. Some devices still do not work, for example, Apple iPod EarPods with Mic USB-C.

bozax commented 4 months ago

Some audio device is high speed device, To fix bInterval, you need check device speed type.

vadimgrn commented 4 months ago

EarPods are full speed and they don't work for some other reason, isoch out transfers are successful.

bozax commented 4 months ago

Micphone is isoch in transfer.

vadimgrn commented 4 months ago

EarPods now work too, for input and output.