1.

Solve : Convert wav sound to PC Speaker??

Answer»

How would I write a program to convert a wav file into BEEP Statments for C++? Is this even possible?What EXACTLY do you MEAN?

I have a program made in C++ where, when you press a key on the keyboard, it makes a different beep depending on the key you pressed.

You want to MAKE a .wav file beep?It would be theorectically possible to analyse different frequences in a .wav file and make different beep sounds based on this. However, this would be very complex and i have no idea how you would GO about it.



Discussion

No Comment Found