Merge pull request #3776 from darkf/cubeb-sink2

Implement a Cubeb audio sink
This commit is contained in:
James Rowe
2018-05-31 22:13:12 -06:00
committed by GitHub
8 changed files with 206 additions and 0 deletions

View File

@@ -77,3 +77,9 @@ if (ENABLE_WEB_SERVICE)
add_library(json-headers INTERFACE)
target_include_directories(json-headers INTERFACE ./json)
endif()
# Cubeb
if(ENABLE_CUBEB)
set(BUILD_TESTS OFF CACHE BOOL "")
add_subdirectory(cubeb)
endif()

1
externals/cubeb vendored Submodule

Submodule externals/cubeb added at 44341a1e06