1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00
Commit Graph

45 Commits

Author SHA1 Message Date
oparviai
d7d0a5c0f9 Implemented parallel computation using OpenMP pragmas 2015-02-21 21:24:29 +00:00
oparviai
bfc89b45a9 Added support for WAV file 'fact' chunk 2014-10-05 16:20:24 +00:00
oparviai
0715880b1f Fixed c++ function name mangling issue in SoundTouch.dll compilation 2014-04-06 18:06:50 +00:00
oparviai
1da2f8e700 Replaced custom 'BOOL' type with C++ 'bool' 2014-04-06 16:04:42 +00:00
oparviai
01ba661351 Updated README regarding Visual C++ versions 2014-01-07 20:26:30 +00:00
oparviai
9406cf5b28 Updated README notes for release 1.8.0 2014-01-07 20:17:17 +00:00
oparviai
746a90d610 Fixed integer overflow bug in integer versions of cross-correlation routines. 2014-01-06 19:40:40 +00:00
oparviai
70d7518295 Bugfix in Android jni interface 2013-06-15 11:44:11 +00:00
oparviai
8c65661b91 Added support for multi-channel audio 2013-06-12 15:24:44 +00:00
oparviai
9bb265e3cd Fixed typo 2012-12-28 20:55:19 +00:00
oparviai
c6bf1c7585 Fixed typo 2012-12-28 20:50:57 +00:00
oparviai
7dea63e0e1 Set version to 1.7.1 2012-12-28 19:32:59 +00:00
oparviai
46a7dc3c39 Added files for Android example compilation 2012-12-28 14:53:56 +00:00
oparviai
c3f4ff9532 Fixed pointer aligning for mingw64 compilation 2012-11-08 18:53:01 +00:00
oparviai
fbc2ace440 Updated DLL compilation in GNU 2012-09-29 11:07:55 +00:00
oparviai
6a57544b2a Eliminate compiler warning 2012-09-01 07:43:51 +00:00
oparviai
657d07b5e6 Improved flush() for better output stream duration accuracy 2012-06-13 19:29:53 +00:00
oparviai
52510ecbc7 Updated version to 1.7.0 2012-04-04 19:47:28 +00:00
oparviai
67a202aee8 minor patches 2012-04-01 20:00:09 +00:00
oparviai
a88461c737 Updated version id to 1.6.1pre 2011-07-17 11:46:22 +00:00
oparviai
3a6a787b10 Updated to version 1.6.0 2011-07-15 19:19:36 +00:00
oparviai
d002b52f2a use more specifically named global #defines 2011-02-13 19:13:57 +00:00
oparviai
f3da7ef4ed Added API to query for nominal input/output sample batch sizes 2011-01-16 13:33:19 +00:00
oparviai
293c0ef88f Updated readme.html file 2010-12-12 19:22:50 +00:00
oparviai
c045c24e80 Retired 3DNow! optimizations as obsolete 2010-01-24 12:40:30 +00:00
oparviai
ff06c88fd5 Added automatic cutoff threshold adaptation to beat detection routine to better adapt BPM calculation to different types of music 2010-01-06 18:59:23 +00:00
oparviai
3dbc7209bd fixed typo 2009-12-28 21:41:58 +00:00
oparviai
ddad0bd54e Fixed formatting typo 2009-12-28 21:33:27 +00:00
oparviai
cfce1434f4 Restructured gcc instructions in README.html 2009-12-28 20:51:18 +00:00
oparviai
b99198c1fe SoundTouch release 1.5.0 - updated version info and change log 2009-12-28 20:10:14 +00:00
oparviai
7560501414 Bugfix: Fixed variable initialization to avoid segment fault possibility due to negative array indexing in quick seek algorithm in presence of worst-case correlations. 2009-11-09 17:27:50 +00:00
oparviai
df36315991 Bugfix: Added a check against zero processing samples into rate transposing routines 2009-10-31 14:37:24 +00:00
oparviai
fb966425c4 Couple of improvements:
- Added normalization to correlation calculation
- Heuristic that weights center of the processing window
2009-05-17 11:35:13 +00:00
oparviai
4b591cdb12 Added Delphi/Pascal wrapper for SoundTouch dll library 2009-02-24 14:32:44 +00:00
oparviai
28aaff6c99 Fixed buffer overflow bug in BPMDetect.cpp & changed version to 1.4.1 2009-02-12 17:22:06 +00:00
oparviai
08a572db16 Typo 2009-01-25 17:48:22 +00:00
oparviai
af510db274 Updated 2009-01-25 15:51:14 +00:00
oparviai
3d557a826d Updated 2009-01-25 15:47:09 +00:00
oparviai
4c4bcae5e2 Updated for 1.4.0 2009-01-25 14:12:12 +00:00
oparviai
c7bbaa4dbe Allow using standard input/output pipes for processing 2008-12-25 12:38:45 +00:00
oparviai
48ccf3aef8 Removed CR+LFs 2008-02-17 14:30:28 +00:00
oparviai
73e80c3f77 Updated 1.3.2 changes 2008-02-17 14:26:30 +00:00
oparviai
3ed4049f3e Fixes in Automake files & removed CR+LFs 2008-02-17 14:20:52 +00:00
oparviai
e69813f645 Activated SVN keyword expansion 2008-02-10 16:26:55 +00:00
oparviai
90c3d74e04 Initial commit as per SoundTouch v1.3.1 2008-02-10 16:17:35 +00:00