1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 20:16:41 +00:00

Introduces an SConstruct file and corrects those errors and warnings that arise in Ubuntu.

This commit is contained in:
Thomas Harte
2017-11-08 22:36:41 -05:00
parent 9fd33bdfde
commit c45d4831ec
9 changed files with 34 additions and 12 deletions
+3
View File
@@ -29,6 +29,9 @@
#ifdef __APPLE__
#include <Accelerate/Accelerate.h>
#else
#define kCSKaiserBesselFilterFixedMultiplier 32767.0f
#define kCSKaiserBesselFilterFixedShift 15
#endif
namespace SignalProcessing {