PDA

Click to See Complete Forum and Search --> : How do I alter a wave files speed and pitch on playback?


New2VB
Feb 6th, 2001, 11:09 AM
Taking a wave that I created using the MCI Control, how do I alter its speed and pitch at playback?

I stumbled upon the following APIs:

waveOutGetPlayBackRate
waveOutSetPlayBackRate
waveOutGetPitch
waveOutSetPitch

But each of these require a handle to the Wave that I'm playing. How do I find this handle?

As always, I appreciate the guidance.