mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 00:35:47 +00:00
audio_core: remove time stretcher
Also drop the SoundTouch dependency
This commit is contained in:
parent
922f189a59
commit
04380c99e8
9 changed files with 3 additions and 144 deletions
|
@ -36,8 +36,6 @@ add_library(audio_core STATIC
|
|||
splitter_context.h
|
||||
stream.cpp
|
||||
stream.h
|
||||
time_stretch.cpp
|
||||
time_stretch.h
|
||||
voice_context.cpp
|
||||
voice_context.h
|
||||
|
||||
|
@ -63,7 +61,6 @@ if (NOT MSVC)
|
|||
endif()
|
||||
|
||||
target_link_libraries(audio_core PUBLIC common core)
|
||||
target_link_libraries(audio_core PRIVATE SoundTouch)
|
||||
|
||||
if(ENABLE_CUBEB)
|
||||
target_link_libraries(audio_core PRIVATE cubeb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue