 |
View 7b9d904
* Replaced Lanczos window with Hann window for the windowed sinc function in the NCSF plugin. * Added a ring buffer specifically designed for working with SWAVs to replace the one provided by kode54, still have to give him thanks for the original though. * Fixed clipping issue caused by invalid clamping values. * Minor fix to using the min()/max() functions of numeric_limits because Winamp's out.h includes windows.h without my specific wrapper to redefine things.
Naram Qashat authored on 2013/05/07 05:42:46
|
 |
View daf69cd
Fixed up the Lanczos interpolation in NCSF (thanks to kode54), also allowed the NCSF plugin to use 32-bit samples in it's GenerateSamples function.
Naram Qashat authored on 2013/04/26 00:54:28
|
 |
View 7e09154
Added Lanczos interpolation to the NCSF plugin, and cleaned up a bit of the other code, as well as removing pstdint.h since it's no longer needed.
Naram Qashat authored on 2013/04/23 20:29:21
|
 |
View eddb163
Cleanup of some warnings, updating modification dates, using nullptr instead of NULL in some cases.
Naram Qashat authored on 2013/03/30 16:17:42
|
 |
View bc076aa
Import actual code.
Naram Qashat authored on 2013/03/26 02:41:19
|