Build: Add Soundtouch 2.3.1 audio manipulation library

This commit is contained in:
hobyst
2022-01-03 15:33:02 +01:00
committed by Nicolas Jallamion
parent 5ab6608d80
commit 34606622a2
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -93,3 +93,6 @@
[submodule "external/LibAtrac9"]
path = external/LibAtrac9
url = https://github.com/Thealexbarney/LibAtrac9/
[submodule "external/soundtouch"]
path = external/soundtouch
url = https://codeberg.org/soundtouch/soundtouch.git
+4 -1
View File
@@ -296,4 +296,7 @@ target_include_directories(libatrac9 PUBLIC LibAtrac9/C/src)
option(BUILD_SHARED_LIBS "Build shared library" OFF)
option(XXHASH_BUILD_XXHSUM "Build the xxhsum binary" OFF)
add_subdirectory(xxHash/cmake_unofficial EXCLUDE_FROM_ALL)
set_property(TARGET xxhash PROPERTY FOLDER externals)
set_property(TARGET xxhash PROPERTY FOLDER externals)
# Soundtouch audio processing library for timing, pitch and playback rate manipulation
add_subdirectory(soundtouch)
Vendored Submodule
+1
Submodule external/soundtouch added at e1f315f535