mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-16 15:54:09 -04:00
Use GFSK for SuperFox fox transmissions.
This commit is contained in:
@@ -178,7 +178,7 @@ extern "C" {
|
||||
|
||||
void foxgen_(bool* bSuperFox, char const * fname, FCL len);
|
||||
|
||||
void sfox_wave_(char const * fname, FCL len);
|
||||
void sfox_wave_gfsk_(char const * fname, FCL len);
|
||||
|
||||
void plotsave_(float swide[], int* m_w , int* m_h1, int* irow);
|
||||
|
||||
@@ -11020,5 +11020,5 @@ void MainWindow::sfox_tx()
|
||||
p2.start(QDir::toNativeSeparators(m_appDir)+QDir::separator()+"sftx", args);
|
||||
p2.waitForFinished();
|
||||
auto fname2 {QDir::toNativeSeparators(m_config.writeable_data_dir().absoluteFilePath("sfox_2.dat")).toLocal8Bit()};
|
||||
sfox_wave_(fname2.constData(), (FCL)fname2.size());
|
||||
sfox_wave_gfsk_(fname2.constData(), (FCL)fname2.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user