Mooneer’s FreeDV Update – March 2026

My work this month has focused primarily on QA of the C port of RADEv1 as well as updating the official FreeDV application to use it instead of the previous hybrid Python/C implementation of RADE. The recent C port of RADE, as mentioned here, has been a gamechanger for many reasons. One significant improvement users will see immediately is a reduction in the file download size. For example, the Linux AppImage for 2.2.1 is over 600 MB in size, while the most recent versions our CI system have been generating are only 69 MB (a nearly 90% improvement!)

Another improvement is in performance, both on startup and during regular use. With the Python implementation, for instance, it would take up to 30 seconds after pushing the Start button for my 2019 MacBook Pro to begin decoding OTA signals, while the most recent builds only take around a second or two. CPU usage is also dramatically reduced, particularly for more constrained systems; the FlexRadio waveform, for instance, only uses around 30% of a single core of a Raspberry Pi 4 now when not actively decoding a signal (whereas that would have been closer to 80%+ with the Python implementation).

In the latter half of the month, I’ve also been working on chipping away at our pending feature request backlog. In particular, these features have been implemented and are slated for release in 2.3.0:

For this month, I’ll continue supporting feature requests and any work required to improve the C port of RADEv1 / move RADEv2 forward.

More information can be found in the commit history below:

(Note that all commit logs above were generated with the following command line:)

git log --author="member@email" --after "Month 1, 2026" --before "Month 31, 2026 23:59:59" --all

2 thoughts on “Mooneer’s FreeDV Update – March 2026

  1. Luca

    Hi just trying to use Freedv, but in my usual set up won’t work. My basic set up is arch linux. For all tipes of hamradio softwares i use virtualized base qemu windows10, where i use hamradio deluxe , varac/vara modem etc, but unfortunately freedv not works. Issue is hear only sporadically for few millisecond audio but nothing more, cat functions works ok but audio not.

    1. k6aq Post author

      Hi Luca,

      I’m sorry you’re having issues. It’s possible that using the AppImage directly instead of via a Windows VM would work better for you. Additionally, if you have a GitHub account, the most recent test build for Windows may work better as well. Let me know if neither of those things help and we can further troubleshoot.

      Thanks,

      -Mooneer K6AQ

Comments are closed.