My program read byte array from specific audio file and play it.
byte[] playArray = new byte[_outOffset - _inOffset]; using (BinaryReader read