What format are the samples provided by the PcmLiveSource?

The BitsPerSample information provided in the PcmSourceSettings indicate

  1. OneByteInt
  2. 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?

Hi.

This link might be helpful for you, please read this -

https://doc.developer.milestonesys.com/html/index.html?base=mipgenericbytedata/audio_sub_formats.html&tree=tree_search.html?search=audio%20sub-formats

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:

  1. OneByteInt = Unsigned 8 bit samples
  2. TwoByteInt = Signed 16 bit samples in Little Endian Format