Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver not working under windows7 #5

Open
miloshev opened this issue Jan 11, 2019 · 4 comments
Open

Driver not working under windows7 #5

miloshev opened this issue Jan 11, 2019 · 4 comments

Comments

@miloshev
Copy link

In windows7 Funcube Pro plus dongle is recognized as an audio device.
Using Zadig does not help either.
Any ideas ?

@guruofquality
Copy link
Collaborator

I think this is a linux only project because of libHID for control and libalsa for the streaming. And zadig is primarily for libusb (as far as I understand) which FCDPP does not use. How did you compile support on windows, was it cygwin or something?

@ast
Copy link
Collaborator

ast commented Jan 12, 2019 via email

@guruofquality
Copy link
Collaborator

Not sure about libhid, but for audio, there is a header only rt-audio project that gives an API to a bunch of different audio frameworks: https://github.com/pothosware/SoapyAudio/tree/master/RtAudio

And that said, if SoapyAudio has no problem using the FCDPP stream, then you could just instantiate and call into SoapyAudio directly from SoapyFCDPP.

I ended up using portaudio for PothosAudio blocks which worked quite well as a cross platform audio API. Although its not header only :-) https://github.com/pothosware/PothosAudio

@ast
Copy link
Collaborator

ast commented Jan 12, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants