mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Increase the FT4 received record length to 21*3456 = 72576 ==> 6.048 s.
This commit is contained in:
parent
40438c037e
commit
7bfbca4532
@ -1466,7 +1466,7 @@ void MainWindow::dataSink(qint64 frames)
|
||||
}
|
||||
m_fileToSave.clear ();
|
||||
int samples=m_TRperiod*12000;
|
||||
if(m_mode=="FT4") samples=18*3456;
|
||||
if(m_mode=="FT4") samples=21*3456;
|
||||
|
||||
// the following is potential a threading hazard - not a good
|
||||
// idea to pass pointer to be processed in another thread
|
||||
|
Loading…
Reference in New Issue
Block a user