Check the Encoding value of the WaveIn WaveFormat.
If the audio was 8 bit then you could read each byte, but it is most likely 16bit which means each byte is half a sample which needs to be combined into an int.
If the audio was 8 bit then you could read each byte, but it is most likely 16bit which means each byte is half a sample which needs to be combined into an int.