PDA

View Full Version : How to develop a player that can play 8KHz 16 bit Mono PCM



ravela_praveen
01-02-2004, 06:20 AM
Hi,

I want to write a player that can play 8KHz 16 bit Mono PCM data buffer.

I am serching for the High Level/Low Level API where in I can configure the sound card drivers with the above mentioned settings and pass the buffer of data to play.

I am using Windows 2000 Professional/NT and VC++;

Can any one help!!!!!!!!!!!!!!!!!!!!!!!

Spoon
01-02-2004, 07:47 PM
Lookup PlaySound in the Windows API.