Merge pull request #1163 from FearlessTobi/add-audio-stretching

audio_core: Add audio stretching support
This commit is contained in:
bunnei 2018-09-12 18:23:54 -04:00 committed by GitHub
commit 926dd41587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 463 additions and 49 deletions

View file

@ -50,6 +50,9 @@ add_subdirectory(open_source_archives EXCLUDE_FROM_ALL)
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

@ -0,0 +1 @@
Subproject commit 060181eaf273180d3a7e87349895bd0cb6ccbf4a