Add audio stretching support

This commit is contained in:
fearlessTobi
2018-08-23 14:33:03 +02:00
committed by MerryMage
parent 9cd79c25ed
commit a6efff8b02
15 changed files with 50 additions and 0 deletions

View File

@ -47,6 +47,9 @@ target_include_directories(microprofile INTERFACE ./microprofile)
add_library(unicorn-headers INTERFACE)
target_include_directories(unicorn-headers INTERFACE ./unicorn/include)
# SoundTouch
add_subdirectory(soundtouch)
# Xbyak
if (ARCHITECTURE_x86_64)
# Defined before "dynarmic" above

1
externals/soundtouch vendored Submodule

Submodule externals/soundtouch added at 060181eaf2