Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.4.1
-
None
-
Windows 8.1, random WAVE file downloaded from the internet. I can attach it if you want it.
-
b109f093d9bad84d54d5114735f311762f0eb42a
Description
I fed a .wav file with 8-bit data to QAudioDecoder. In a slot connected to the bufferAvailable signal, I call QAudioFormat::sampleType(). I got back QAudioFormat::SignedInt. My reading about the WAVE file format tells me that 8-bit files are always unsigned.