audio_core: Implement a cubeb audio sink
This commit is contained in:
parent
83ee80666f
commit
af73dd45f0
6 changed files with 194 additions and 0 deletions
5
externals/CMakeLists.txt
vendored
5
externals/CMakeLists.txt
vendored
|
@ -77,3 +77,8 @@ if (ENABLE_WEB_SERVICE)
|
|||
add_library(json-headers INTERFACE)
|
||||
target_include_directories(json-headers INTERFACE ./json)
|
||||
endif()
|
||||
|
||||
# Cubeb
|
||||
if(ENABLE_CUBEB)
|
||||
add_subdirectory(cubeb)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue