how to adjust master volume in vista/xp
i want to adjust the volume programatically like Get/SetMasterVolume in vista and xp? using mmsystem unit? Sebastian Oliva Here's the implementation of a general purpose api for audio: MMDevApi http://social.msdn.microsoft.com/Forums/en/windowspro-audiodevelopment/thread/5ce74d5d-2b1e-4ca9-a8c9-2e27eb9ec058 and an example with a button unit Unit33; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, MMDevApi, ActiveX, StdCtrls; type TForm33 = class(TForm) Button1: TButton; procedure FormCreate(Sender: TObject); procedure Button1Click(Sender: