Skip to content

A Digital Radio Mondiale mode E (DRM+) receiver.

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
COPYING
GPL-2.0
LICENSE-GPLv2.txt
Notifications You must be signed in to change notification settings

srcejon/qt-drmplus

 
 

Repository files navigation

DRM+ decoding library and Qt-Frontend

Known bugs and limitations:

  • Demodulating QAM-16 is not implemented
  • Decoding only AAC format (with SBR/PS)
  • Command-line frontend supports only file (or stdin) input

Dependencies for libdrmplus:

  • fftw3
  • faad2 (drm enabled)

Dependencies for Qt-DRM+ application:

  • Qt-5.9
  • librtlsdr
  • libsamplerate

To compile library and command-line frontend, do next steps:

./autogen.sh
./configure
make
sudo make install

To compile graphical user-interface Qt-DRM+ frontend, do next:

cd qt-frontend
qt-creator qt-drmplus.pro

Screenshot of QT-DRM+ receiver application with additional graphs enabled:

QT-DRM+

About

A Digital Radio Mondiale mode E (DRM+) receiver.

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
COPYING
GPL-2.0
LICENSE-GPLv2.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 54.8%
  • C++ 42.7%
  • QMake 0.9%
  • CMake 0.8%
  • M4 0.3%
  • Shell 0.3%
  • Makefile 0.2%