mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Increase size of iwave[] buffer for 12000 Hz sample rate.
This commit is contained in:
parent
f7464c8df6
commit
2e05e12030
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#define NFFT 32768
|
#define NFFT 32768
|
||||||
|
|
||||||
short int iwave[2*60*11025]; //Wave file for Tx audio
|
short int iwave[2*60*12000]; //Wave file for Tx audio
|
||||||
int nwave; //Length of Tx waveform
|
int nwave; //Length of Tx waveform
|
||||||
bool btxok; //True if OK to transmit
|
bool btxok; //True if OK to transmit
|
||||||
bool bTune;
|
bool bTune;
|
||||||
|
Loading…
Reference in New Issue
Block a user