Link to home
Start Free TrialLog in
Avatar of mlm
mlmFlag for Spain

asked on

pitch control in wav files (vb3)

I need to use this function:
Declare Function waveOutGetPitch Lib "MMSYSTEM" (ByVal hWaveOut As Integer, lpdwpitch As Long) As Integer
Declare Function waveOutSetPitch Lib "MMSYSTEM" (ByVal hWaveOut As Integer, ByVal dwPitch As Long) As Integer
To get and modify "pitch" control in a .wav files.
I need a sample.
Avatar of mlm
mlm
Flag of Spain image

ASKER

Or how to modify the sample rate in play mode (real time)
ASKER CERTIFIED SOLUTION
Avatar of bin_huwairib
bin_huwairib

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mlm

ASKER

This doesn't work whit vb3; "winmm.dll" it's for vb4/5. So I try to "convert"  to vb3.
Thank's a lot.