1. Sound speaker in windows
- Posted by aku at inbox.as Jul 06, 2001
- 381 views
How to make sound() works in windows? I think it will need a DLL?
2. Re: Sound speaker in windows
- Posted by Lewis Townsend <keroltarr at HOTMAIL.COM> Jul 06, 2001
- 390 views
Hell Aku, >How to make sound() works in windows? >I think it will need a DLL? In win32lib there is a playsound routine that plays wav files. it can only play 1 at a time however. if you want better functionality than that or to play other kinds of files you will need another lib or wrapper to a dll. later, Lewis Townsend
3. Re: Sound speaker in windows
- Posted by martin.stachon at worldonline.cz Jul 07, 2001
- 383 views
Aku writes > How to make sound() works in windows? > I think it will need a DLL? What i've found in MS docs: API waveOutOpen() takes paramter uDeviceID. I found "PC speaker waveform output MM_PCSPEAKER_WAVEOUT" Not so much, but I hope this will help you.