Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wav Speed in VB6? 1

Status
Not open for further replies.

roycejones

Programmer
Joined
Aug 12, 2007
Messages
3
Location
GB
Hi,

Does anybody know how to speed up a wav file in VB6, i'm looking to copy the function as in Sound Recorder (bundled with windows) where you select "Effects" then "Increase Speed".

thanks,
 
thanks for the reply, i'll give it a try!
 
thanks a lot for that hypetia, thats exactly what I was looking for.

Now I have another question! Basically I want to increase the wav speed using the code provided in the other thread (works a treat!) But I now need to save the wav file, so the user clicks increase and the program saves a copy of the new file with an increase sample rate?

I'm not sure how to go about saving the file?

Thanks a lot.

Royce
 
>the user clicks increase and the program saves a copy of the new file with an increase sample rate?

This is exactly what the program does. It makes a copy of the original file, and sample rate changes are applied and saved permanently to the new file, keeping the original file intact. I hope the code is pretty much clear.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top