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
commit 04a9145dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -0,0 +1 @@
Subproject commit 44341a1e0658a3939d29c0b5a230ca095ae63dd3