1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 08:21:37 +02:00
soundtouch/source/SoundTouch
2014-01-06 18:40:23 +00:00
..
AAFilter.cpp Restructured RateTransposer to allow hosting alternative resampling algorithms. 2014-01-05 21:40:22 +00:00
AAFilter.h Restructured RateTransposer to allow hosting alternative resampling algorithms. 2014-01-05 21:40:22 +00:00
BPMDetect.cpp Adjustments in beat detection 2012-08-30 19:45:25 +00:00
cpu_detect_x86.cpp Fixed #include files for mingw64 compilation 2012-11-08 18:44:37 +00:00
cpu_detect.h Activated SVN keyword expansion 2008-02-10 16:26:55 +00:00
FIFOSampleBuffer.cpp Fixed pointer aligning for mingw64 compilation 2012-11-08 18:53:01 +00:00
FIRFilter.cpp Added support for multi-channel audio 2013-06-12 15:24:44 +00:00
FIRFilter.h Added support for multi-channel audio 2013-06-12 15:24:44 +00:00
InterpolateCubic.cpp Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
InterpolateCubic.h Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
InterpolateLinear.cpp Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
InterpolateLinear.h Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
InterpolateShannon.cpp Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
InterpolateShannon.h Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
Makefile.am Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
mmx_optimized.cpp Fixed pointer aligning for mingw64 compilation 2012-11-08 18:53:01 +00:00
PeakFinder.cpp Removed piece of dead code 2012-12-28 19:52:47 +00:00
PeakFinder.h Improved BPM detection routine to better spot harmonics for the strongest beat pattern. 2011-12-30 20:33:46 +00:00
RateTransposer.cpp Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
RateTransposer.h Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
SoundTouch.cpp Restructured RateTransposer to allow hosting alternative resampling algorithms. 2014-01-05 21:40:22 +00:00
SoundTouch.dsp Updated changed directories 2008-12-25 18:12:41 +00:00
SoundTouch.dsw Activated SVN keyword expansion 2008-02-10 16:26:55 +00:00
SoundTouch.sln Initial commit as per SoundTouch v1.3.1 2008-02-10 16:24:28 +00:00
SoundTouch.vcproj Implemented separate Cubic, Linear and Shannon interpolation algorithms. 2014-01-06 18:40:23 +00:00
sse_optimized.cpp Fixed pointer aligning for mingw64 compilation 2012-11-08 18:53:01 +00:00
TDStretch.cpp Bugfix and cleanups 2013-06-14 17:34:33 +00:00
TDStretch.h Added support for multi-channel audio 2013-06-12 15:24:44 +00:00