Is there a simple/efficient way to play a frequency at a volume using c++? I need a way to play sound through the speakers so I don't think Beep() will do the job, but I want to have access to the audio in the memory so I don't thing PlaySound() will work either. I do not want to use any libraries either. I just want to play a frequency, I can load the input file myself. Is there some way I can do this by just using the libraries that come standard on windows XP OS?
Comments
I think this example should help:
http://www.codeproject.com/KB/audio-video/lamer2000.aspx
I haven't tested it, but it looks like a frequency generator, using only the WaveOut API.
Regards,
Daire
http://www.modconvertermac.org/
http://www.modvideoconvertermac.com/
Good luck, i hope you will solve your problem.
Good luck.