mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 14:47:54 -04:00
More removals of unneeded studd, reduce size of id[] array.
This commit is contained in:
parent
3dc206dc2b
commit
c1972fc2dd
@ -19,14 +19,9 @@
|
|||||||
|
|
||||||
#define NFFT 32768
|
#define NFFT 32768
|
||||||
|
|
||||||
short int iwave[2*60*12000]; //Wave file for Tx audio
|
|
||||||
int nwave; //Length of Tx waveform
|
|
||||||
bool bTune;
|
|
||||||
bool bIQxt;
|
|
||||||
double outputLatency; //Latency in seconds
|
|
||||||
int iqAmp;
|
int iqAmp;
|
||||||
int iqPhase;
|
int iqPhase;
|
||||||
qint16 id[4*60*96000];
|
qint16 id[2*60*96000];
|
||||||
|
|
||||||
QSharedMemory mem_m65("mem_m65");
|
QSharedMemory mem_m65("mem_m65");
|
||||||
|
|
||||||
@ -1233,7 +1228,6 @@ void MainWindow::guiUpdate()
|
|||||||
m_hsym0=khsym;
|
m_hsym0=khsym;
|
||||||
m_sec0=nsec;
|
m_sec0=nsec;
|
||||||
}
|
}
|
||||||
bIQxt=m_bIQxt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::lookup() //lookup()
|
void MainWindow::lookup() //lookup()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user