Mercurial > hg > qm-dsp
comparison dsp/wavelet/Wavelet.h @ 209:ccd2019190bf msvc
Some MSVC fixes, including (temporarily, probably) renaming the FFT source file to avoid getting it mixed up with the Vamp SDK one in our object dir
author | Chris Cannam |
---|---|
date | Thu, 01 Feb 2018 16:34:08 +0000 |
parents | e5907ae6de17 |
children | fdaa63607c15 |
comparison
equal
deleted
inserted
replaced
208:7eade513d470 | 209:ccd2019190bf |
---|---|
71 }; | 71 }; |
72 | 72 |
73 static std::string getWaveletName(Type); | 73 static std::string getWaveletName(Type); |
74 | 74 |
75 static void createDecompositionFilters(Type, | 75 static void createDecompositionFilters(Type, |
76 std::vector<float> &lpd, | 76 std::vector<double> &lpd, |
77 std::vector<float> &hpd); | 77 std::vector<double> &hpd); |
78 }; | 78 }; |
79 | 79 |
80 #endif | 80 #endif |