Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sound

Status
Not open for further replies.

k122

Programmer
May 12, 2007
2
HR
I have a little problem. I am interested how to make a programm that will play sound file(wav) on computers speakers. I dont know how to start. So if anyone knows hot to do it or have the code of the program I would be gratefull
 
Which operating system and compiler are you using?

Will an existing API suffice, if it is available for use?


--
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
 
i am using Windows XP and djgpp compiler. thx for ill try it
 
Well it's going to be a lot easier if you use a win32 compiler such as visual studio express or DEV-C++ or MinGW.

DJGPP, whilst it is a 32 bit compiler, is an extended DOS compiler, not a win32 compiler. Getting access to the win32 API is much harder from where you're starting.


--
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top