sudo mousepad /etc/apt/sources.list # Add this line to the end of the file: deb https://www.deb-multimedia.org bookworm main non-free # Save and close # Download the keys for the apt source and install them: cd ~/Downloads wget https://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb # Verify the package integrity with: sha256sum deb-multimedia-keyring_2016.8.1_all.deb # It should display this: 9faa6f6cba80aeb69c9bac139b74a3d61596d4486e2458c2c65efe9e21ff3c7d deb-multimedia-keyring_2016.8.1_all.deb # Update the OS: sudo apt update sudo apt upgrade
sudo apt install libssl-dev openssl curl git fdkaac sox libcurl3-gnutls libcurl4 libcurl4-openssl-dev build-essential libboost-all-dev libusb-1.0-0-dev libsndfile1-dev
cd ~/ mkdir trunk-build git clone https://github.com/robotastic/trunk-recorder.git cd trunk-build cmake ../trunk-recorder make -j $(nproc) sudo make install sudo ldconfig
"gain": 14, "ifGain": 40, "bbGain": 18,
cd ~/trunk-build ./trunk-recorder --config=config-MPSCS-SDRplay.json
cd ~/rdio-scanner-linux-arm64-v6.6.3 ./rdio-scanner