Skip to content

Commit

Permalink
[voicecall] Use 16-bit samples for voicecall recording. Contributes t…
Browse files Browse the repository at this point in the history
…o MER#1547
  • Loading branch information
matthewvogt committed Mar 31, 2016
1 parent d703b3a commit 75fee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/declarative/src/voicecallaudiorecorder.cpp
Expand Up @@ -14,7 +14,7 @@ const QString recordingsDir("CallRecordings");

const quint16 ChannelCount = 1;
const quint16 SampleRate = 8000;
const quint16 SampleBits = 8;
const quint16 SampleBits = 16;
const quint32 WaveHeaderLength = 44;
const quint16 WavePCMFormat = 1;

Expand Down

0 comments on commit 75fee1c

Please sign in to comment.