Expanded voice sample to an interactive app

refs #36
- Based on the existing network sample, expanded the voice sample to an interactive app
- Implmenented commands: mic test, squelch test

refs #81
This commit is contained in:
Roland Winklmeier
2013-11-30 18:24:46 +01:00
committed by Mathew Sutcliffe
parent 7292e265fb
commit f91525b65b
9 changed files with 218 additions and 13 deletions

View File

@@ -13,7 +13,9 @@ DEPENDPATH += . ../../src
INCLUDEPATH += . ../../src
SOURCES += *.cpp
HEADERS += *.h
HEADERS += *.h \
client.h \
reader.h
LIBS += -L../../lib -lblackcore -lblackmisc
LIBS += -lvatlib