Mercurial > hg > vamp-plugin-sdk
log src/vamp-hostsdk/PluginInputDomainAdapter.cpp @ 444:7bab0c5422f4 vampipe
age | author | description |
---|---|---|
Thu, 18 Aug 2016 14:43:52 +0100 | Chris Cannam | Make single/double-precision selectable for input domain adapter windowing and FFTs. Double precision is necessary to pass Sonic Annotator regression tests, though in practice most real-world methods would be fine with single precision. vampipe |
Tue, 16 Aug 2016 16:37:57 +0100 | Chris Cannam | Fix m_ri initialisation vampipe |
Tue, 16 Aug 2016 16:04:09 +0100 | Chris Cannam | Switch from Cross FFT with option of FFTW build, to KissFFT only (code bundled). This is much faster than the default build and simpler than managing two options. vampipe |