Hi,
I need to vary the playback speed of a wav file (i.e. speed it up and slow it down depending on a variable). How can this be done?
any ideas appreciated. Thanx
Using: VB4-16, Windows98
Printable View
Hi,
I need to vary the playback speed of a wav file (i.e. speed it up and slow it down depending on a variable). How can this be done?
any ideas appreciated. Thanx
Using: VB4-16, Windows98
TEMPO
The tempo (or speed) of a MID file can be changed. The sample sets the speed to 300.
i = mciSendString("set mid1 tempo 300", 0&, 0, 0)