audio_core: Implement Sink and SinkStream interfaces with cubeb.

This commit is contained in:
bunnei 2018-07-28 13:44:50 -04:00
parent f1f3a65391
commit 0ba0cdbed9
10 changed files with 269 additions and 6 deletions

View file

@ -17,6 +17,8 @@ CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" ON "EN
option(YUZU_USE_BUNDLED_UNICORN "Build/Download bundled Unicorn" ON)
option(ENABLE_CUBEB "Enables the cubeb audio backend" ON)
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit)
message(STATUS "Copying pre-commit hook")
file(COPY hooks/pre-commit