This repository contains the official FreeDV radio integrations (originally included as part of freedv-gui, but now spun off into a separate repositorhy to make more clear that these are licensed differently from freedv-gui). We currently support the following radios:
You can build the radio integrations for execution on your local machine by running the following:
# Clone repo:
$ git clone --recurse-submodules https://github.com/tmiw/freedv-integrations
# or:
$ git clone https://github.com/tmiw/freedv-integrations
$ git submodule update --init --recursive
# Build:
$ mkdir build
$ cd build
$ cmake ..
$ make