Basically I have the frequency's of a sound, in hZ and the duration to let it play, and I would like to be able to play a wav file with these, generating a wav file is not necessary because all I need is it to play during runtime,
For example, user has input 300 freq/duration combinations and would like to hear what they sound like.
Right now I am using the beep API which doesn't sound to well =)
If anyone has any ideas that would be great, also, I remember I had a module called wav.bas that did this great, but I lost it in a format =(
Have a look at this app. It will play sounds at any frequency <20,000 and a duration of <30,000. Its far better than beep which is paltry.
Last edited by Keithuk; Dec 5th, 2004 at 09:39 AM.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.