mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-13 12:35:41 +02:00
attemt at a CI build with new DSP
This commit is contained in:
@ -19,7 +19,7 @@ namespace dsp::math {
|
||||
void init(stream<T>* in, int delay) {
|
||||
_delay = delay;
|
||||
|
||||
buffer = buffer::alloc<float>(STREAM_BUFFER_SIZE + 64000);
|
||||
buffer = buffer::alloc<T>(STREAM_BUFFER_SIZE + 64000);
|
||||
bufStart = &buffer[_delay];
|
||||
buffer::clear(buffer, _delay);
|
||||
|
||||
|
Reference in New Issue
Block a user