Olli
e83424d592
Update latest stable version to 2.3.3
2024-03-29 20:49:53 +02:00
Olli
63002027de
dos2unix:ify line endings, source code formatter
2024-03-29 19:42:23 +02:00
Olli Parviainen
d90844f67d
Add class="current" to latest entry in change history
2024-02-12 17:48:11 +02:00
Olli Parviainen
375e6ccfe9
Windows: SoundStretch to accept wide-character command line attributes to support asian/non-latin files names.
2024-02-11 17:52:48 +02:00
Olli
a88c82d0ab
Enable -Wall -Wno-unknown-pragmas compiler setting
...
Enable `-Wall -Wno-unknown-pragmas` compiler setting to show warnings
during build.
Supress "unknown-pragmas" warning though because it's legitimely used
for openmp support.
Signed-off-by: Olli <oparviai'at'iki.fi>
2023-03-19 17:06:47 +02:00
Olli
29fba832a7
Update version to 2.3.2
...
Signed-off-by: Olli <oparviai'at'iki.fi>
2022-11-08 18:02:17 +02:00
Olli
774257ab5f
Small updates to dynamic-link libary build script & pascal example
...
Signed-off-by: Olli <oparviai'at'iki.fi>
2022-10-31 18:51:35 +02:00
Olli
d063c0d9f9
Changed gitlab.com references to codeberg.org
2021-10-14 18:29:15 +03:00
Olli
7df5617a4b
cmake: remove "CMAKE" compiler definition and instead add mock "soundtouch_config.h"
...
Add a empty mock "soundtouch_config.h" file and remove "CMAKE" compiler
definition that was used in #ifdef that skipped including
"soundtouch_config.h" in cmake build.
This is to avoid errors about missing include file when not using
autotools build.
Also update version to 2.3.1
Signed-off-by: Olli <oparviai'at'iki.fi>
2021-09-06 20:13:01 +03:00
Olli
28b32c0fbb
Update readme, version info for release v2.3.0
...
Signed-off-by: Olli <oparviai'at'iki.fi>
2021-08-21 13:00:35 +03:00
Olli
6533514372
Improve soundtouch.clear() so that it really clears TDStretch & RateTransposer states
...
Improve soundtouch.clear() so that it really clears all TDStretch &
RateTransposer state variables. Before this clear() left last processed
sample or fractional position state uncleared, which caused slightly
different result if same stream was processed again after clear().
2021-01-30 19:02:08 +02:00
Olli Parviainen
762f56024b
Updated versions and documents for release 2.2
2020-10-15 18:23:34 +03:00
Olli Parviainen
c4f1602474
Added section about building the software in Mac
2019-10-28 19:04:28 +02:00
Olli Parviainen
244fbeac24
BPM PeakFinder: Fix possible reading past end of array.
...
Increase minor version accordingly.
2019-01-07 18:55:36 +02:00
Olli Parviainen
12cb25ed7b
Updated README.html
2019-01-01 16:55:23 +02:00
olli
9205fc971e
Bump version to 2.1.2 to correct incorrect version info in configure.ac
2018-12-02 10:43:00 +02:00
Olli
b9659b64c6
Updated readme & version info to 2.1.1
2018-11-14 19:25:34 +02:00
olli
79cbdb1140
Reformat README.html eol characters
2018-09-08 19:15:39 +03:00
Olli
68df82bd5b
Merge branch 'master' of https://gitlab.com/soundtouch/soundtouch
2018-09-08 19:04:21 +03:00
Olli
1e9c3bce2d
Bump version to 2.1
2018-09-08 18:52:10 +03:00
oparviainen
c38f0506da
Removed commented code, style cleanup
2018-08-12 20:51:24 +03:00
Olli
007481d711
BPM algorithm work - improved beat analysis routine and added individual beat detection
2018-05-16 18:58:19 +03:00
Olli
47f74e83ef
Merged typo correction patch
2018-05-12 18:40:56 +03:00
Olli
c4154b063f
Corrected typos in source code comments
2018-05-12 18:39:43 +03:00
Olli
e765f8146f
Removed Subversion $Id$, $Date$ etc autoupdate tags
2018-05-10 21:51:49 +03:00
oparviai
ec9ba968f5
Added BPMDetect functions to SoundTouchDll API
2017-11-10 16:38:36 +00:00
oparviai
05a3403137
Refactored C# interface & example
2017-10-30 16:53:17 +00:00
oparviai
80281c8e1b
Disable anti-alias filter if SOUNDTOUCH_PREVENT_CLICK_AT_RATE_CROSSOVER is defined
2017-09-07 17:04:02 +00:00
oparviai
bbeab39f0a
Version SoundTouch 2.0
2017-07-30 09:35:00 +00:00
oparviai
bd0a806285
Updated documentation
2017-07-25 14:26:50 +00:00
oparviai
92bfdd1e8d
Fixed a bug introduced in r245 that caused small constant time offset in the output vs. input stream
2017-04-07 19:01:22 +00:00
oparviai
5d9bc2fdf3
Adjusted algorithm parameters for reducing reverberation artifact at tempo slowdown
2017-01-08 16:56:20 +00:00
oparviai
1049304b5d
Fixed issue that clipped brief sequence of audio from beginning of the input audio
2017-01-08 16:27:02 +00:00
oparviai
62d63e7881
edit
2016-01-13 07:15:17 +00:00
oparviai
f574c92dcf
Bugfix: Incorrect Pi value from 5th decimal onwards ...
2016-01-12 17:26:21 +00:00
oparviai
fe44590ab6
small update to OpenMP documentation
2015-11-05 17:32:27 +00:00
oparviai
5f84fe3eb7
update readme
2015-11-01 16:13:07 +00:00
oparviai
18a230a54c
- Fix in GNU package management issues.
...
- version 1.9.2
2015-09-20 07:38:32 +00:00
oparviai
04b96e6b52
Update README for 1.9.1
2015-09-08 07:11:41 +00:00
oparviai
db04025351
- Redesigned quickseek algorithm for improved sound quality in quickseek mode
...
- Adaptive integer divider scaling for improved sound quality when using integer processing
- Version 1.9.1-pre
2015-08-08 21:00:15 +00:00
oparviai
2f2b3d756a
Updated readme details
2015-05-18 17:39:26 +00:00
oparviai
55dcf4a956
Add note about VC++ OpenMP dll libraries
2015-05-18 16:21:31 +00:00
oparviai
76f76ffb84
- Update documentation
...
- Updated version numbers to 1.9
- Disable OpenMP by default, to be enabled by developer
2015-05-18 15:28:41 +00:00
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