waveOutSetPitch function winmm

int waveOutSetPitch(
  1. int hwo,
  2. int dwPitch
)

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);