Skip to content

old-dab/libusb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

DAB decoders using librtlsdr sometimes have drop outs with Windows 10. Libusb's bulk-in transfer seems to be not fast enough.
I found this issue: libusb/libusb#490
Unfortunately, libusb has no function to set pipe policy to RAW_IO. So i made a patch. It sets the pipe policy to RAW_IO just before the first read.

About

Patch for libusb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published