Add 32 bit support (int/float) support to audioinput example.

Change-Id: Ib7160f60af36cdccfe91a620f5555189792c13c4
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Michael Goddard
2012-07-09 16:51:50 +10:00
committed by Qt by Nokia
parent d67f9dba56
commit 3a5a59ed85
2 changed files with 33 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ public:
private:
const QAudioFormat m_format;
quint16 m_maxAmplitude;
quint32 m_maxAmplitude;
qreal m_level; // 0.0 <= m_level <= 1.0
signals: