Audio Frequency Output
-
Hi guys, I have to make a dialog based application in VC++,in which I need to output some audio frequencies through the speaker system as I did in C by simply calling "sound(frequency)" from dos.h. Here also I need the same thing in the environment of VC++,i.e., the audio frequency may be supplied at runtime or statically given at compile time. I need the analogous of the following in VC++, which I found in C within dos.h. C------------------------------ VC++ sound(unsigned)--------- ? delay(unsigned)--------- ? nosound()--------------- ? Can any one of you help me?:rolleyes:
-
Hi guys, I have to make a dialog based application in VC++,in which I need to output some audio frequencies through the speaker system as I did in C by simply calling "sound(frequency)" from dos.h. Here also I need the same thing in the environment of VC++,i.e., the audio frequency may be supplied at runtime or statically given at compile time. I need the analogous of the following in VC++, which I found in C within dos.h. C------------------------------ VC++ sound(unsigned)--------- ? delay(unsigned)--------- ? nosound()--------------- ? Can any one of you help me?:rolleyes: