1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00
soundtouch/source/SoundTouch
2017-01-08 16:27:02 +00:00
..
AAFilter.cpp Bugfix: Incorrect Pi value from 5th decimal onwards ... 2016-01-12 17:26:21 +00:00
AAFilter.h Fixed GNU compilation 2014-01-07 19:41:23 +00:00
BPMDetect.cpp Improved beat detection algorithm accuracy and made it better adaptable for real-time beat changes. 2016-01-05 20:59:57 +00:00
cpu_detect_x86.cpp Apple compatibility fixes 2014-01-07 18:24:28 +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 updated comments 2015-11-05 17:46:08 +00:00
FIRFilter.h Implemented parallel computation using OpenMP pragmas 2015-02-21 21:24:29 +00:00
InterpolateCubic.cpp Enabled keyword extension 2014-01-06 18:41:42 +00:00
InterpolateCubic.h - Improved SoundTouch::flush() so that it produces exactly accurate number of output samples. 2015-07-26 14:45:48 +00:00
InterpolateLinear.cpp - Improved SoundTouch::flush() so that it produces exactly accurate number of output samples. 2015-07-26 14:45:48 +00:00
InterpolateLinear.h - Improved SoundTouch::flush() so that it produces exactly accurate number of output samples. 2015-07-26 14:45:48 +00:00
InterpolateShannon.cpp Replaced custom 'BOOL' type with C++ 'bool' 2014-04-06 15:57:21 +00:00
InterpolateShannon.h - Improved SoundTouch::flush() so that it produces exactly accurate number of output samples. 2015-07-26 14:45:48 +00:00
Makefile.am - Fix in GNU package management issues. 2015-09-20 07:38:32 +00:00
mmx_optimized.cpp - Redesigned quickseek algorithm for improved sound quality in quickseek mode 2015-08-08 21:00:15 +00:00
PeakFinder.cpp Floating point patch in PeakFinder 2015-05-18 15:22:02 +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 Added function to get duration ratio between the original input and processed output tracks. 2016-10-15 19:34:59 +00:00
RateTransposer.h Added function to get duration ratio between the original input and processed output tracks. 2016-10-15 19:34:59 +00:00
SoundTouch.cpp Added function to get duration ratio between the original input and processed output tracks. 2016-10-15 19:34:59 +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 Added x64 compilation to Visual Studio project files 2014-04-06 18:03:48 +00:00
SoundTouch.vcproj - Update documentation 2015-05-18 15:28:41 +00:00
sse_optimized.cpp - Redesigned quickseek algorithm for improved sound quality in quickseek mode 2015-08-08 21:00:15 +00:00
TDStretch.cpp Fixed issue that clipped brief sequence of audio from beginning of the input audio 2017-01-08 16:27:02 +00:00
TDStretch.h Fix to issue that started audio track with brief sequence of silence 2016-10-20 16:30:11 +00:00