Let's say I've set my stream to be signed 16 bit numbers, with 2 channels, would this mean that the stream that I'm populating is set up so that the first 16 bits will be the left channel and then the following 16 bits will be the right and the collection of 32 bits is the sample?
[L - 16][R - 16][L - 16][R - 16]
[ Sample - 32 ][ Sample - 32 ]
Thank you for any help :)