-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule r8brain-free-src
updated
29 files
+16 −35 | CDSPBlockConvolver.h | |
+19 −34 | CDSPFIRFilter.h | |
+152 −150 | CDSPFracInterpolator.h | |
+107 −208 | CDSPHBDownsampler.h | |
+718 −0 | CDSPHBDownsampler.inc | |
+33 −42 | CDSPHBUpsampler.h | |
+20 −1 | CDSPProcessor.h | |
+8 −27 | CDSPRealFFT.h | |
+107 −68 | CDSPResampler.h | |
+120 −92 | CDSPSincFilterGen.h | |
+ − | DLL/Win32/r8bsrc.dll | |
+ − | DLL/Win32/r8bsrc.lib | |
+ − | DLL/Win64/r8bsrc.dll | |
+ − | DLL/Win64/r8bsrc.lib | |
+30 −20 | DLL/r8bsrc.cpp | |
+36 −19 | DLL/r8bsrc.h | |
+5 −2 | DLL/r8bsrc.pas | |
+51 −12 | README.md | |
+ − | bench/Win64/r8bfreesrc.exe | |
+32 −13 | bench/masstest.cpp | |
+4 −4 | bench/sacd.cpp | |
+4 −5 | bench/snrtest.cpp | |
+31 −11 | bench/zerotest.cpp | |
+0 −3 | other/flttest.cpp | |
+48 −16 | other/genhbc.cpp | |
+ − | other/icon.png | |
+1 −1 | other/r8bdoxy.txt | |
+45 −59 | r8bbase.h | |
+3 −3 | r8bconf.h |