public static extern int waveOutUnprepareHeader(IntPtr hwo, ref WAVEHDR pwh, int cbwh);
public static extern int waveInPrepareHeader(IntPtr hwi, ref WAVEHDR pwh, int cbwh);
public static extern int waveOutWrite(IntPtr hwo, ref WAVEHDR pwh, int cbwh);
public static extern int waveInAddBuffer(IntPtr hwi, ref WAVEHDR pwh, int cbwh);