It is an audio backend that some programs use. CubicSDR for example. It would be considered a dependency when you install the port.What does it give me?
Some programs use OSS backend instead like SDR++.
It is an audio backend that some programs use. CubicSDR for example. It would be considered a dependency when you install the port.What does it give me?
You are thinking about it wrongly.Can I enable it and disable it as and when I want to try it?
pavucontrol. It shows in a GUI what its doing. Listening for a programs audio request.# XXX Use Portaudio as Gqrx is invariably linked to it
# (auto-detected and used through Gnuradio CMake files)
CMAKE_ARGS+= -DLINUX_AUDIO_BACKEND:STRING="Portaudio" \
May have been a bad choice of words on my part... in the FreeBSD Ports Collection, a browser would have build dependencies (all of 'em also in the Ports Collection). I would not call them security holes necessarily.Me and user astyle had a head bump years ago. He sorta accused me of lying about a browser reaching back into ports tree and running Build Components.
I got all huffy and said are you calling me a liar. Pretty crappy words but it was not false.
What I neglected to mention was I was running X11/SeaMonkey as root user and indeed Internet Components can access stuff you never imagined from the ports build directory when running as root.
Totally my fault and I am sorry I did not tell astyle all the facts. But I like to think I have reformed. Learned a valuable lesson.
I'm just getting started with SDR although I bought my RTL-SDR V4 dongle some time ago without knowing how to try it out.
After a recent post I managed to install various pkgs with varying degrees of success with their usage.
The only thing which has proved successful is rtl_fm from comms/rtl-sdr with which I have stumbled upon a frequency where I can actually listen to a radio station.
Can anyone suggest what else I should try? sdrpp says that it failed to detect any supported platform which is strange since rtl_fm uses the same device and works.
I have recently bought a dipole antenna but it doesn't seem to help reception. Maybe it isn't set up correctly.
With Xfce, PulseAudio default autostarts in Startup/Session settings. The only things I use that need PA's daemon are Firefox and OBS Studio, so I disable that PA autostart, use sndio instead for Firefox (sndiod autostart + cubeb), and for OBS I start up PA manually in a minimized Terminal so I can either close it when done with OBS or it auto-close withCan I enable it and disable it as and when I want to try it?
--exit-idle-time= (180's 3 mins; not sure if OBS holds PA open so idle might need disabled or increased):xfce4-terminal --minimize -T 'OBS [PA]' --window -x '/usr/local/bin/pulseaudio' --log-level='0' --exit-idle-time='180'
unitrunkers devd rules from reddit for the RTL-SDR stick.
Code:notify 100 { match "system" "USB"; match "subsystem" "DEVICE"; match "type" "ATTACH"; match "vendor" "0x0bda"; match "product" "0x283[28]"; action "chmod 660 /dev/$cdev"; };
With these three I have my permissions back where they should be to 660 in my devd rule.
pw groupmod pulse -m $user_name
pw groupmod pulse-access -m $user_name
pw groupmod pulse-rt -m $user_name