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 =(