jl2412
(Jon)
1
The BitsPerSample information provided in the PcmSourceSettings indicate
- OneByteInt
- TwoByteInt
My real question is in what format is this data?
For the OneByteInt are the samples signed or unsigned?
For the TwoByteInt are the samples LittleEndian or BigEndian?
Rik
(Rie Kiuchi (Milestone Systems))
2
jl2412
(Jon)
3
Hi Rie,
Thanks for the reply. The Audio Sub-Format section of the information on the Generic Byte Data Format states
"This way of storing the PCM audio data follows that defined for the WAVE file format"
From these sources I understand this to mean the following:
- OneByteInt = Unsigned 8 bit samples
- TwoByteInt = Signed 16 bit samples in Little Endian Format