One way is using DirectSound, for that you should install DirectX SDK. Other way is to to use ActiveX of SoundRecorder(which ships with window) or other such player.
You will need to read the file using ActiveX, and then send the data to the client using Sockets, the socket will read the data in packet form, convert it to wav file and then play on your intentended player.
How to read a .wav file from server ?
MS Student
How to play sound in Windows app
totoro_msdn
One way is using DirectSound, for that you should install DirectX SDK. Other way is to to use ActiveX of SoundRecorder(which ships with window) or other such player.
You will need to read the file using ActiveX, and then send the data to the client using Sockets, the socket will read the data in packet form, convert it to wav file and then play on your intentended player.
Sayed Zeeshan
john_vernon
Many thanks,
ramakrishna.