-
Bug
-
Resolution: Done
-
P4: Low
-
4.7.0
-
None
-
Nokia QTSDK WIn XP
-
ca53010303bca1b686fdd0488e0549c0a42a60a1
A wav file consist of header and data , but optionally others chunks can follow as for example "smpl" (see attachment)
Spectrum demo doesn't consider that and loads all the bytes following the header as those are sound samples ... of course that causes clicks when played
an example of this error is at WavFile.cpp line 131 m_dataLength = device.size() - HeaderLength;