mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
FT4 demod: copy original FT8 worker to FT4. Isolate AI generated classes
This commit is contained in:
@@ -216,7 +216,7 @@ void MainBench::testFT4(const QString& wavFile, const QString& argsStr)
|
||||
|
||||
wfile.close();
|
||||
|
||||
FT8::FT4Decoder decoder;
|
||||
FT8::FT4DecoderLight decoder;
|
||||
decoder.getParams().nthreads = nthreads;
|
||||
decoder.getParams().use_osd = 1;
|
||||
decoder.getParams().osd_depth = 6;
|
||||
|
||||
Reference in New Issue
Block a user