 |
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 9123360
Minor update to scale the phase offset, thanks to kode54.
Naram Qashat authored on 2013/04/26 13:56:54
|
 |
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 df689ef
Forgot to update the version number on the last commit.
Naram Qashat authored on 2013/04/18 20:47:39
|
 |
View c45c9d7
Removed the optimal, lagrange, and hermite interpolations and added in 2nd-order osculating.
Naram Qashat authored on 2013/04/12 10:25:49
|
 |
View 93f85a5
* Added more interpolation methods to in_ncsf. * Cleaned up a little of the code in the Interpolate function in in_ncsf. * Made it so changes in the config can apply to a running song, depending on the player. * Slight optimization of in_ncsf's interpolation so it doesn't have as much std::vector accessing. * Stopped trying to use the slope of the points to determine points outside the sample's range, hopefully will stop some of the clipping.
Naram Qashat authored on 2013/04/10 14:39:59
|
 |
View fd984a4
Updated version number for the previous 2 revisions.
Naram Qashat authored on 2013/04/07 16:40:04
|
 |
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
|