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 ?
Jay Jones
How to play sound in Windows app
Remi Thomas
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
Meeta Kherdekar
Many thanks,
ramakrishna.