Merge pull request #1163 from FearlessTobi/add-audio-stretching
audio_core: Add audio stretching support
This commit is contained in:
commit
926dd41587
21 changed files with 463 additions and 49 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -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
1
externals/soundtouch
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 060181eaf273180d3a7e87349895bd0cb6ccbf4a
|
Loading…
Add table
Add a link
Reference in a new issue