mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-16 20:10:05 +01:00
Version to 1.4.0
This commit is contained in:
parent
272462f2a3
commit
b25c82efe4
@ -79,10 +79,10 @@ namespace soundtouch
|
|||||||
{
|
{
|
||||||
|
|
||||||
/// Soundtouch library version string
|
/// Soundtouch library version string
|
||||||
#define SOUNDTOUCH_VERSION "1.3.9"
|
#define SOUNDTOUCH_VERSION "1.4.0"
|
||||||
|
|
||||||
/// SoundTouch library version id
|
/// SoundTouch library version id
|
||||||
#define SOUNDTOUCH_VERSION_ID (10309)
|
#define SOUNDTOUCH_VERSION_ID (10400)
|
||||||
|
|
||||||
//
|
//
|
||||||
// Available setting IDs for the 'setSetting' & 'get_setting' functions:
|
// Available setting IDs for the 'setSetting' & 'get_setting' functions:
|
||||||
|
|||||||
@ -1,11 +0,0 @@
|
|||||||
prefix=@prefix@
|
|
||||||
exec_prefix=@exec_prefix@
|
|
||||||
libdir=@libdir@
|
|
||||||
includedir=@includedir@
|
|
||||||
|
|
||||||
Name: SoundTouch
|
|
||||||
Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files
|
|
||||||
Version: @VERSION@
|
|
||||||
Libs: -L${libdir} -lSoundTouch
|
|
||||||
Cflags: -I${includedir}/soundtouch
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user