audio_core: Implement a cubeb audio sink

This commit is contained in:
darkf 2018-05-25 00:50:37 -05:00
parent 83ee80666f
commit af73dd45f0
6 changed files with 194 additions and 0 deletions

View file

@ -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()