Closed jwt27 closed 2 years ago
Indeed, you have hit the limit of uint16_t
in pycsdr here.
I have changed it to a uint32_t
now, the new limit should now be INT_MAX
(which is platform-dependent, most likely 2147483647) since that's what goes into the FFTW3 library call.
I have tried the 65536 value, and while it does not crash OpenWebRX any more, it is still not rendered by the browser. See https://github.com/jketterl/openwebrx/pull/176 for more details.
Somehow I missed the notification for this. Works for me now, with the patches from #176. Thanks!
Describe the bug Setting the FFT size above 32k crashes OpenWebRX with a SIGSEGV. This problem appeared after upgrading from some old version (pre-1.0), where I used 64k.
To Reproduce Set FFT size to 65536.
Expected behavior FFT sizes above 32k should just work.
Installation method Manually installed.
Versions Current git
develop
branch.Log messages Nothing specific, only this:
Additional context N/A