| March 15, 2021 | ||
|---|---|---|
View 6311c58
Various updates:Naram Qashat authored on 2021/03/15 22:34:25 |
||
| October 27, 2014 | ||
|---|---|---|
View 6c76317
[NCSF] Applied sinc modification from kode54:Naram Qashat authored on 2014/10/27 04:15:11 |
||
| October 24, 2014 | ||
|---|---|---|
View 1e986a3
[NCSF] Very minor cleanups.Naram Qashat authored on 2014/10/24 19:58:46 |
||
| September 28, 2014 | ||
|---|---|---|
View ecf16a6
[NCSF] Interpolation changes:Naram Qashat authored on 2014/09/28 00:07:18 |
||
| September 17, 2014 | ||
|---|---|---|
View 9315374
* Fixes for gcc and clang (while they can compile the code, the DLLs made aren't functional, but oh well).Naram Qashat authored on 2014/09/17 19:51:45 |
||
| September 8, 2014 | ||
|---|---|---|
View c14b89a
Use std::copy_n/std::fill_n instead of std::copy/std::fill where possible.Naram Qashat authored on 2014/09/08 16:52:49 |
||
View b6add6e
Use #pragma once instead of include guards.Naram Qashat authored on 2014/09/08 14:47:36 |
||
| May 8, 2013 | ||
|---|---|---|
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 e3a14bf
Implemented circular interpolation buffer to fix interpolation, thanks to kode54 for the code.Naram Qashat authored on 2013/04/18 20:43:31 |
||
View 3fcd3c9
Utilize SSEQ's volume from it's INFO section, plus some minor optimizations.Naram Qashat authored on 2013/04/07 16:39:00 |
||
View 2a12a3b
Added new interpolation methods, added version number in plugin description.Naram Qashat authored on 2013/04/02 22:40:32 |
||
View bc076aa
Import actual code.Naram Qashat authored on 2013/03/26 02:41:19 |
||