1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-17 21:28:43 -04:00

FT8: add encoding support to library and added more tests

This commit is contained in:
f4exb
2024-03-28 15:15:48 +01:00
parent c833432675
commit 2e9fc9db64
21 changed files with 1330 additions and 493 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ void MainBench::testFT8(const QString& wavFile, const QString& argsStr)
#else
#include "ft8/ft8.h"
#include "ft8/unpack.h"
#include "ft8/packing.h"
class TestFT8Callback : public FT8::CallbackInterface
{