Skip to content

C channels

Compare
Choose a tag to compare
@jontio jontio released this 20 Oct 02:50
· 212 commits to master since this release

Changes

Supports demodulation of C channels (8400bps signals).
New tab layout.
Supports audio codecs.
If audio codecs are available it will log audio to disk as well as playing it in real time.
Fixed libcorrect linking issue on Linux. (you may have to still move libcorrect.so into your system libs directory)
Added unzip for the different database format on Linux. (you will need unzip installed)
Probably other things but I can't remember.

Issues

Who knows if the C channel info tab is any use.
Linux users should install unzip
Linux uses should make sure the linker can find libcorrect.so as on Lubuntu is installed into the wrong directory for me.
Due to complexity and the lack of 32-bit Windows machines out there these days I am not going to be compiling 32-bit binaries for these machines.

Added some compiled 64bit Linux binaries.

In case you don't want to compile for a 64bit Linux system that is a derivative of Debian then I've added jaero_64bit_linux_bin.zip that contains packaged libcorrect and JAERO. I know it works on kubuntu 18.0.4. You will still need libvorbis etc so run ldd /opt/jaero/JAERO to figure out what libraries you need to install.

You install them like...

sudo dpkg -i libcorrect_1-1_amd64.deb
sudo dpkg -i jaero_1.0.4.8-1_amd64.deb