mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
Build: Add Soundtouch 2.3.1 audio manipulation library
This commit is contained in:
committed by
Nicolas Jallamion
parent
5ab6608d80
commit
34606622a2
@@ -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
|
||||
|
||||
Vendored
+4
-1
@@ -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)
|
||||
|
||||
+1
Submodule external/soundtouch added at e1f315f535
Reference in New Issue
Block a user