there isn't a one-liner as it really depends what you are doing next with the audio (e.g. writing to file, putting into a buffered wave provider). The manual way is use BitConverter.ToSingle on every four bytes, and then multiply by Int16.MaxValue to make it into an Int16.
↧