openwebrx 增加解碼器

DRM解碼
https://github.com/jketterl/openwebrx/wiki/DRM-demodulator-notes
DRM, Digital Radio  Mondiale, 世界數位廣播

sudo apt-get install qt5-default qt5-qmake libpulse0 libfaad2 libopus0 libpulse-dev libfaad-dev libopus-dev libfftw3-dev
wget https://downloads.sourceforge.net/project/drm/dream/2.1.1/dream-2.1.1-svn808.tar.gz
tar xvfz dream-2.1.1-svn808.tar.gz
cd dream
qmake CONFIG+=console
make
sudo make install
cd ..

FreeDV解碼
https://github.com/jketterl/openwebrx/wiki/FreeDV-demodulator-notes

git clone https://github.com/drowe67/codec2.git
cd codec2
mkdir build
cd build
cmake ..
make
sudo make install
# 須手動安裝freedv_rx 原始openwebrx並不包含此套件
sudo install -m 0755 src/freedv_rx /usr/local/bin
cd ../..

DMR解碼
https://github.com/knatterfunker/codecserver-softmbe/
DMR, Digital Mobile Radio, 數位式行動無線電


apt install git-core debhelper cmake libprotobuf-dev protobuf-compiler libcodecserver-dev
git clone https://github.com/szechyjs/mbelib.git
cd mbelib
dpkg-buildpackage
cd ..
sudo dpkg -i libmbe1_1.3.0_*.deb libmbe-dev_1.3.0_*.deb
#codecserver-softmbe 下載編譯
git clone https://github.com/knatterfunker/codecserver-softmbe.git
cd codecserver-softmbe
dpkg-buildpackage
cd ..
sudo dpkg -i codecserver-driver-softmbe_0.0.1_*.deb
vim /etc/codecserver/codecserver.conf
#再最後一行增加下列文字
[device:softmbe]
driver=softmbe

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *