1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-10 18:43:28 -05:00

WDSP: restore ANB::flush and re-enable Windows and Mac builds

This commit is contained in:
f4exb 2024-07-27 06:01:39 +02:00
parent d3cbfe0e3c
commit 59f97f3912
2 changed files with 6 additions and 1 deletions

View File

@ -860,7 +860,7 @@ if (FFTW3F_FOUND)
set(FT8_SUPPORT ON CACHE INTERNAL "")
endif()
if (FFTW3F_FOUND AND LINUX)
if (FFTW3F_FOUND)
add_subdirectory(wdsp)
add_definitions(-DHAS_WDSP)
set(WDSP_SUPPORT ON CACHE INTERNAL "")

View File

@ -97,6 +97,11 @@ ANB::~ANB()
delete[] wave;
}
void ANB::flush()
{
initBlanker();
}
void ANB::execute()
{
double scale;