mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
FFT factory: limit default preallocation up to 1k
This commit is contained in:
parent
606d4fd756
commit
cee7bfdb1d
@ -199,5 +199,5 @@ void DSPEngine::createFFTFactory(const QString& fftWisdomFileName)
|
||||
|
||||
void DSPEngine::preAllocateFFTs()
|
||||
{
|
||||
m_fftFactory->preallocate(7, 12, 1, 0); // pre-acllocate forward FFT only 1 per size from 128 to 4096
|
||||
m_fftFactory->preallocate(7, 10, 1, 0); // pre-acllocate forward FFT only 1 per size from 128 to 1024
|
||||
}
|
Loading…
Reference in New Issue
Block a user