mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
audio_core: Implement Sink and SinkStream interfaces with cubeb.
This commit is contained in:
parent
f1f3a65391
commit
0ba0cdbed9
10 changed files with 269 additions and 6 deletions
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
|
@ -54,3 +54,9 @@ endif()
|
|||
# Opus
|
||||
add_subdirectory(opus)
|
||||
target_include_directories(opus INTERFACE ./opus/include)
|
||||
|
||||
# Cubeb
|
||||
if(ENABLE_CUBEB)
|
||||
set(BUILD_TESTS OFF CACHE BOOL "")
|
||||
add_subdirectory(cubeb)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue