I have a reciever, I want to be able to hear the audio the receiver is transmitting and to save this audio as a wav file. I have written a client-server app to communicate with the receiver. The receiver is transmitting the audio throuh udp, I play the audio using the WaveOut functions, but i have encoutered some problems:
1) Is there any way to use the WaveIn functions in order record the audio? i tried somthing in this way but get dev caps func didn't find any device. can i fool the func to think there is a device?
2) I tried to write the data directly as a wav file and noticed there is a noise that is beeing added to the stream. did i need to write first the data as a raw pcm and then convert it to wav file, or there is another way?
any other suggestions?