Audio recorder example updated to display level using QAudioProbe.
Change-Id: I7d5aea306aeb3cd9109615f9ed4905c53125233a Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
03a14a95fe
commit
b37ea41ce1
@@ -4,11 +4,13 @@ TARGET = audiorecorder
|
||||
QT += multimedia
|
||||
|
||||
HEADERS = \
|
||||
audiorecorder.h
|
||||
audiorecorder.h \
|
||||
qaudiolevel.h
|
||||
|
||||
SOURCES = \
|
||||
main.cpp \
|
||||
audiorecorder.cpp
|
||||
audiorecorder.cpp \
|
||||
qaudiolevel.cpp
|
||||
|
||||
maemo*: {
|
||||
FORMS += audiorecorder_small.ui
|
||||
|
||||
Reference in New Issue
Block a user