waveOutSetPitch function winmm
The waveOutSetPitch function sets the pitch for the specified waveform-audio output device.
MMRESULT waveOutSetPitch(
HWAVEOUT hwo,
DWORD dwPitch
);
Implementation
int waveOutSetPitch(int hwo, int dwPitch) => _waveOutSetPitch(hwo, dwPitch);