MENU

Fun & Interesting

Ham Radio - SDR++, A new SDR program. Open source and cross platform!

Kevin Loughin 48,494 3 years ago
Video Not Working? Fix It Now

It's nice to see a new cross platform program in the scene. Github main page: https://github.com/AlexandreRouma/SDRPlusPlus Releases downloads page: https://github.com/AlexandreRouma/SDRPlusPlus/releases If you're on linux and you have the choppy audio problem. Here are the steps to update RTAudio to the newer version. Open a terminal and follow these steps. You may have to install the build environment first. These commands are run in terminal. 1. Install the build environment if you don't already have it. sudo apt install build-essential cmake git 2. Get the source and build it. git clone https://github.com/thestk/rtaudio && cd rtaudio mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX:PATH="/usr" -DRTAUDIO_API_JACK=OFF -DRTAUDIO_API_ALSA=OFF .. sudo apt remove librtaudio-dev sudo make install If you like my videos, please subscribe here: http://www.youtube.com/user/loughkb?sub_confirmation=1 If you want me to keep making more videos like this, consider becoming my patron at Patreon: http://www.patreon.com/kb9rlw/ Discuss this and other videos on Facebook: https://www.facebook.com/kb9rlw/

Comment