Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soundtouch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2015-05-18Change yearoparviai
2015-05-18- Update documentationoparviai
2015-05-18Floating point patch in PeakFinderoparviai
2015-05-15- OpenMP parallel processing disabled by default; can be enabled in compile-timeoparviai
2015-05-15Developed more refined Android example application that also works in ARM & X...oparviai
2015-05-14- Added X86 & MIPS library versions to Androidoparviai
2015-05-01Revised autoconf/automake scripts for easier adding of custom CXXFLAGSoparviai
2015-02-22release memory upon destroying instanceoparviai
2015-02-22mmx variable initialization patchoparviai
2015-02-22bugfixoparviai
2015-02-22Enable openmp for Visual C++ x64 buildoparviai
2015-02-22Added openmp configuration for gnu buidoparviai
2015-02-22Implemented parallel computation using OpenMP pragmasoparviai
2014-10-08Eliminated alloca() call that caused compatibility woesoparviai
2014-10-05Added support for WAV file 'fact' chunkoparviai
2014-04-06Fixed c++ function name mangling issue in SoundTouch.dll compilationoparviai
2014-04-06Added x64 compilation to Visual Studio project filesoparviai
2014-04-06Replaced custom 'BOOL' type with C++ 'bool'oparviai
2014-04-05Repaired Android makefile by adding the new Interpolate...cpp files.oparviai
2014-01-07Fixed GNU compilationoparviai
2014-01-07Performance improvement in calcCrossCorr function - maintain accumulating nor...oparviai
2014-01-07Apple compatibility fixesoparviai
2014-01-06Fixed integer overflow bug in integer versions of cross-correlation routines.oparviai
2014-01-06Increased Antialias filter length from 32 to 64oparviai
2014-01-06Implemented integer version of linear interpolatoroparviai
2014-01-06Enabled keyword extensionoparviai
2014-01-06Implemented separate Cubic, Linear and Shannon interpolation algorithms.oparviai
2014-01-06Restructured RateTransposer to allow hosting alternative resampling algorithms.oparviai
2014-01-05cleanup previousoparviai
2014-01-05Fixed small sinc() calculation bug that caused AA filter attenuation be aroun...oparviai
2014-01-05Bugfix in RateTransposerFloat::transposeMonooparviai
2013-06-15Bugfix in Android jni interfaceoparviai
2013-06-14Bugfix and cleanupsoparviai
2013-06-12Added support for multi-channel audiooparviai
2012-12-28Fine tuning of Android compilationoparviai
2012-12-28Removed piece of dead codeoparviai
2012-12-28Added files for Android example compilationoparviai
2012-11-08Fixed pointer aligning for mingw64 compilationoparviai
2012-11-08Fixed #include files for mingw64 compilationoparviai
2012-09-01Fixed 8bit file processing in integer versionoparviai
2012-09-01Fixed 8bit file processing in integer versionoparviai
2012-09-01Eliminate compiler warningoparviai
2012-09-01Fixed 8bit file processingoparviai
2012-08-30Adjustments in beat detectionoparviai
2012-08-30Added utility function to get elapsed duration i.e. how much so far has been ...oparviai
2012-08-30Increased "climbcount" to improve peak detectionoparviai
2012-08-30Eliminated some compiler warningsoparviai
2012-08-24Changed 'long' types to 'int'soparviai
2012-08-23Added wav file support for 24/32 bit samples, as far as data is read into flo...oparviai
2012-06-13Improved flush() for better output stream duration accuracyoparviai