You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into two issues ( #13 and #14) on Ubuntu 22.04 which I believe may be related to Pulseaudio with the rtaudio sink.
I'm aware there was an issue with rtaudio and pulse on the original SDR++ in the past, however I do believe this issue is unrelated (see below).
Both issues happen when using pulse no matter device or sample rate.
Issue in #14 is partially mitigated by lowering the sample rate, the flickering and noise/stutter then almost goes away.
I don't have any issues here with the original SDR++
Both issues are completely mitigated if I either switch to the "New PortAudio Sink" (surprisingly) or disable Pulseaudio (and Pipewire) completely.
I tried to adjust pulse settings in daemon.conf et al, but with no luck thus far.
System is running an AMD Ryzen 7 2700X, I will see if I can reproduce on another system and/or arch.
The text was updated successfully, but these errors were encountered:
thank you. Probably it will go away when I (or author) moves to native audio drivers.
the cause may be also, because I am using microphone input by default as well. You can try run the application with old driver (not new portaudio), and toggle "Mic" checkbox off. Probably it will change to better.
Also, I recently optimized microphone processing pipeline, so it may also fix things for you.
Microphone is needed for TRX functionality and voice control (not yet ready).
I built SDR++ Brown on a laptop with Intel N6000 CPU running Ubuntu 24.04 OS with PulseAudio. I experience stuttering audio with the flashing "Underflow 1" message. After rebuilding with the New Portaudio Sink, the same problem occurs. I have no audio underflows with SDR++ Brown on a Raspberry Pi 4 running Bookworm OS with Pipewire audio.
Running into two issues ( #13 and #14) on Ubuntu 22.04 which I believe may be related to Pulseaudio with the rtaudio sink.
I'm aware there was an issue with rtaudio and pulse on the original SDR++ in the past, however I do believe this issue is unrelated (see below).
Both issues happen when using pulse no matter device or sample rate.
Issue in #14 is partially mitigated by lowering the sample rate, the flickering and noise/stutter then almost goes away.
I don't have any issues here with the original SDR++
Both issues are completely mitigated if I either switch to the "New PortAudio Sink" (surprisingly) or disable Pulseaudio (and Pipewire) completely.
I tried to adjust pulse settings in daemon.conf et al, but with no luck thus far.
System is running an AMD Ryzen 7 2700X, I will see if I can reproduce on another system and/or arch.
The text was updated successfully, but these errors were encountered: