mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Increase maximum wav file length to 20s.
This commit is contained in:
parent
4fdbf93e40
commit
23c54540e7
@ -11,7 +11,7 @@ program ft4d
|
||||
character*4 cqstr
|
||||
real*8 fMHz
|
||||
integer ihdr(11)
|
||||
integer*2 iwave(180000) !15*12000
|
||||
integer*2 iwave(240000) !20*12000
|
||||
|
||||
fs=12000.0/NDOWN !Sample rate
|
||||
dt=1/fs !Sample interval after downsample (s)
|
||||
|
Loading…
Reference in New Issue
Block a user