Add experimental Qt audio renderer

This commit is contained in:
Cameron Gutman
2018-09-13 08:17:26 -07:00
parent 9677569293
commit 6e06174db6
4 changed files with 121 additions and 0 deletions
+2
View File
@@ -89,6 +89,7 @@ SOURCES += \
streaming/session.cpp \
streaming/audio/audio.cpp \
streaming/audio/renderers/sdlaud.cpp \
streaming/audio/renderers/qtaud.cpp \
gui/computermodel.cpp \
gui/appmodel.cpp \
streaming/streamutils.cpp \
@@ -107,6 +108,7 @@ HEADERS += \
streaming/session.hpp \
streaming/audio/renderers/renderer.h \
streaming/audio/renderers/sdl.h \
streaming/audio/renderers/qtaud.h \
gui/computermodel.h \
gui/appmodel.h \
streaming/video/decoder.h \