Increase size of iwave[] buffer for 12000 Hz sample rate.

This commit is contained in:
Joe Taylor 2021-06-07 12:57:23 -04:00
parent f7464c8df6
commit 2e05e12030
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#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
bool btxok; //True if OK to transmit
bool bTune;