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:
Lev Zelenskiy
2012-02-21 17:35:51 +10:00
committed by Qt by Nokia
parent 03a14a95fe
commit b37ea41ce1
6 changed files with 251 additions and 4 deletions

View File

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