mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
audio_core: Add audio stretcher
This commit is contained in:
parent
722441ef0b
commit
4e439efbf6
3 changed files with 101 additions and 0 deletions
|
@ -17,6 +17,8 @@ add_library(audio_core STATIC
|
|||
sink_stream.h
|
||||
stream.cpp
|
||||
stream.h
|
||||
time_stretch.cpp
|
||||
time_stretch.h
|
||||
|
||||
$<$<BOOL:${ENABLE_CUBEB}>:cubeb_sink.cpp cubeb_sink.h>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue