CubicSDR
CubicSDR copied to clipboard
how to enable jack audio output
hi .. how to compile cubicsdr to enable jack output? only show pulseaudio output i need send i/o mode cubicsdr to baudline via jack audio connection
Not sure if you are using RPi or not, but the combination of CubicSDR and PulseAudio on RPi just doesn't work for me AT ALL - terrible problems, however...
when building our latest image, I built CubicSDR with ALSA audio support instead, now it's all working beautifully (HDMI, 3.5mm jack & USB audio)
Note: Only RPi tested, not sure on other hardware. Hope that helps.
Andy
im using ubuntu 18.04 notebook hp it work with pulseaudio only max is 96khz bw im set pulseaudio in 24bit and 192khz but only cubicsdr work show menu 96khz
Not sure if you are using RPi or not, but the combination of CubicSDR and PulseAudio on RPi just doesn't work for me AT ALL - terrible problems, however...
when building our latest image, I built CubicSDR with ALSA audio support instead, now it's all working beautifully (HDMI, 3.5mm jack & USB audio)
Note: Only RPi tested, not sure on other hardware. Hope that helps.
Andy
Hi Andy, I've just succeeded in building CubicSDR on a Pi3B with an RSPdx and everything works except the audio. CubicSDR is set up for PulseAudio - how do I get it to work with ALSA please?
Mike
Hi Mike,
Add these parameters to the cmake command line...
-DUSE_AUDIO_PULSE=0 -DUSE_AUDIO_OSS=0 -DUSE_AUDIO_ALSA=1
Best regards,
Andy
Thanks Andy!
Mike