mirror of
https://github.com/RPCS3/soundtouch.git
synced 2026-07-01 20:24:04 -04:00
+1
-1
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(SoundTouch VERSION 2.4.0 LANGUAGES CXX)
|
||||
project(SoundTouch VERSION 2.4.1 LANGUAGES CXX)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
+6
-1
@@ -608,8 +608,12 @@
|
||||
<hr>
|
||||
<a name="changehistory"><h2>5. Change History</h2></a>
|
||||
<h3>5.1. SoundTouch library Change History </h3>
|
||||
<p><b>2.4.0:</b></p>
|
||||
<p><b>2.4.1:</b></p>
|
||||
<ul class="current">
|
||||
<li>Resolve buffer overflow in FIR filter when processing more than 16 channels</li>
|
||||
</ul>
|
||||
<p><b>2.4.0:</b></p>
|
||||
<ul>
|
||||
<li>Set CMake minimum version to 3.5 to avoid deprecation warning</li>
|
||||
<li>Increase max nr. of channels from 16 to 32</li>
|
||||
<li>Don't use `pow()` when using integer precision samples</li>
|
||||
@@ -1008,6 +1012,7 @@
|
||||
<li> Rémi Verschelde</li>
|
||||
<li> Katja Vetter</li>
|
||||
<li> Wu Q.</li>
|
||||
<li> Olivier Laflamme</li>
|
||||
</ul>
|
||||
<p>Moral greetings to all other contributors and users also!</p>
|
||||
<hr>
|
||||
|
||||
@@ -72,10 +72,10 @@ namespace soundtouch
|
||||
{
|
||||
|
||||
/// Soundtouch library version string
|
||||
#define SOUNDTOUCH_VERSION "2.4.0"
|
||||
#define SOUNDTOUCH_VERSION "2.4.1"
|
||||
|
||||
/// SoundTouch library version id
|
||||
#define SOUNDTOUCH_VERSION_ID (20400)
|
||||
#define SOUNDTOUCH_VERSION_ID (20401)
|
||||
|
||||
//
|
||||
// Available setting IDs for the 'setSetting' & 'get_setting' functions:
|
||||
|
||||
@@ -13,7 +13,7 @@ Visit [SoundTouch website](https://www.surina.net/soundtouch) and see the [READM
|
||||
|
||||
## Version
|
||||
|
||||
**The latest stable release in Git is 2.4.0**
|
||||
**The latest stable release in Git is 2.4.1**
|
||||
|
||||
See the [README file for change history](https://soundtouch.surina.net/README.html#changehistory)
|
||||
|
||||
@@ -46,6 +46,7 @@ The source code package includes dynamic library import modules for C#, Java and
|
||||
## Tarballs
|
||||
|
||||
Source code release tarballs:
|
||||
* https://www.surina.net/soundtouch/soundtouch-2.4.1.tar.gz
|
||||
* https://www.surina.net/soundtouch/soundtouch-2.4.0.tar.gz
|
||||
* https://www.surina.net/soundtouch/soundtouch-2.3.3.tar.gz
|
||||
* https://www.surina.net/soundtouch/soundtouch-2.3.2.tar.gz
|
||||
|
||||
@@ -69,12 +69,12 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "Comments", "SoundTouch Library licensed for 3rd party applications subject to LGPL license v2.1. Visit http://www.surina.net/soundtouch for more information about the SoundTouch library."
|
||||
VALUE "FileDescription", "SoundTouch Dynamic Link Library"
|
||||
VALUE "FileVersion", "2.4.0.0"
|
||||
VALUE "FileVersion", "2.4.1.0"
|
||||
VALUE "InternalName", "SoundTouch"
|
||||
VALUE "LegalCopyright", "Copyright (C) Olli Parviainen"
|
||||
VALUE "OriginalFilename", "SoundTouch.dll"
|
||||
VALUE "ProductName", " SoundTouch Dynamic Link Library"
|
||||
VALUE "ProductVersion", "2.4.0.0"
|
||||
VALUE "ProductVersion", "2.4.1.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
||||
Reference in New Issue
Block a user