I do recording of incoming raw wave data from mic. The FORMAT is supported by WebCamera and it's 16 bits per sample, 11025 samples per second, mono.
The level of mic is on the very low.. just for purpose, to make sure the zero values are coming in. Also, it's quiet in the room. but.. data.. It's too far from to be on the very low. Pls, see the shot. [![shot][1]][1] Same with 8 bits works fine. The byte of 8 bits is equal to the middle (value of Byte.Max = 255) - 127-128 when quiet, and it's the level of noise. Then upper and lower - levels of incoming sampled signal with amplitude > 0. Now 16.. no any logic of the values, or maybe there is some logic, but I do not see it?
Should be just the same, only the buffer size two times bigger than for 8 bits signal, and it's 22050 bytes exactly. Please, help me to understand the value.