-
Notifications
You must be signed in to change notification settings - Fork 545
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
It would be really nice if pulseaudio was optional #258
Comments
Gqrx can be built to use gnuradio-audio instead of pulseaudio. Gnuradio-audio can then be configured to use portaudio, alsa, jack, windows audio, OSX audio or even OSS. Can you name just a few of those many distributions that do not have pulseaudio? Not embedded ones because gqrx is not written for embedded systems. I think if you try making gqrx work on an embedded device, pulseaudio will be the least of your problems. |
For example Slackware, Puppy Linux don't have Pulseaudio. CentOS has it but it doesn't seem to work properly. How do you build Qgrx with Gnuradio-audio ? |
Look in the gqrx.pro file (not the qgrx.pro ;-) |
cmake: Make pulseaudio (really) optional. Also addresses issue #258.
With the latest code from git master, you should now be able to explicitly request gr-audio backend if you build with cmake, see #312 |
Great this went through, but how would I actually build this with cmake? |
You add -DLINUX_AUDIO_BACKEND=Gr-audio to the cmake command line. I think the cmake build only works with Qt 5, but I'm not sure. |
By the way, even if you use a Linux without Qt 5, you can download a binary from http://qt.io and install it in a custom location where it does not interfere with the system Qt. That's what I do on all my computers. |
A lot of distros, especially most of the embedded one don't have and don't want pulseadio and it would be great if gqrx could work without it.
The text was updated successfully, but these errors were encountered: