Question:
I need to change sound volumes (wave, midi, cd,line-in etc..) in Win95. How can I do it?Any Win32API functions I should call?
Answer:
I haven’t used this unit to any great extent, but the MMSYSTEM.PAS file inDelphiSourceRtlWin has all the multimedia extension support in Windows.
For a very in-depth discussion of the multimedia capabilities of Delphi, Isuggest you take a look at “Delphi 2 Multimedia Adventure Set” by Jarol, etal. This book is packed with graphic and sound programming examples andtutorials to help you do multimedia programming in Delphi.