waveOutSetPitch function winmm
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);