Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-sdk/FFT.cpp @ 528:db2cd87cef6f c++11-mutex
This will be v2.9
author | Chris Cannam |
---|---|
date | Tue, 22 Oct 2019 12:10:41 +0100 |
parents | df32b473b9b6 |
children | 15a89a89aa9b |
comparison
equal
deleted
inserted
replaced
527:bc5e76e90e95 | 528:db2cd87cef6f |
---|---|
39 #include <stdlib.h> | 39 #include <stdlib.h> |
40 #include <stdio.h> | 40 #include <stdio.h> |
41 #include <math.h> | 41 #include <math.h> |
42 #include <string.h> | 42 #include <string.h> |
43 | 43 |
44 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 8 ) | 44 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 9 ) |
45 #error Unexpected version of Vamp SDK header included | 45 #error Unexpected version of Vamp SDK header included |
46 #endif | 46 #endif |
47 | 47 |
48 _VAMP_SDK_PLUGSPACE_BEGIN(FFT.cpp) | 48 _VAMP_SDK_PLUGSPACE_BEGIN(FFT.cpp) |
49 | 49 |