audio_core: remove time stretcher

Also drop the SoundTouch dependency
This commit is contained in:
Andrea Pappacoda
2022-04-01 19:54:58 +02:00
parent 550844e5e8
commit faf6a9876c
9 changed files with 3 additions and 144 deletions

View File

@ -68,9 +68,6 @@ if (YUZU_USE_EXTERNAL_SDL2)
add_library(SDL2 ALIAS SDL2-static)
endif()
# SoundTouch
add_subdirectory(soundtouch)
# Cubeb
if(ENABLE_CUBEB)
set(BUILD_TESTS OFF CACHE BOOL "")

Submodule externals/soundtouch deleted from 060181eaf2