I have written a C# program that takes raw PCM audio from a USB port and
plays it with DirectSound. The audio originates from a microphone in a
wireless remote control and is sent to a USB receiver. I read the audio
with the SerialPort in System.IO.Ports and put it in the SecondaryBuffer.
While the audio is understandable, it's not ...