waveOutSetPitch function winmm

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

Sets the pitch for the specified waveform-audio output device.

To learn more, see learn.microsoft.com/windows/win32/api/mmeapi/nf-mmeapi-waveoutsetpitch.

Implementation

@pragma('vm:prefer-inline')
int waveOutSetPitch(HWAVEOUT hwo, int dwPitch) =>
    _waveOutSetPitch(hwo, dwPitch);