Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ALDS AudioPlayer/AudioOut How to change volume
02-23-2012, 06:13 AM
Post: #1
ALDS AudioPlayer/AudioOut How to change volume
Hi, I have a problem and i want to ask you about some help. I am programming Music/Video Player in Builder C++ 6 and I dont know how to set/change application output audio volume. Is there any way how to change it with some component from AudioLab? I preffer it. Thanks for answer. Rolleyes
Find all posts by this user
Quote this message in a reply
02-23-2012, 07:36 AM
Post: #2
RE: ALDS AudioPlayer/AudioOut How to change volume
Hi! You can try an ALAmplifier to adjust the volume or ALSystemMixer and adjust the master-volume. If you don't use audio/video-lab components for your audio and video you should use the ALSystemMixer.

Regards,
Dave
Quote this message in a reply
02-23-2012, 08:24 AM
Post: #3
RE: ALDS AudioPlayer/AudioOut How to change volume
I was trying almost everything with ALSystemMixer, but i have no idea how to get somewhere where is possible to set any number value /0-100%/ or something ... dont you have any example, or where I should be looking? Thanks.
Find all posts by this user
Quote this message in a reply
02-23-2012, 08:59 AM
Post: #4
RE: ALDS AudioPlayer/AudioOut How to change volume
I've used this to control the master volume back on XP:
ALSystemMixer1->ControlGroups->Faders->Items[0]->Value=somevalue;

On Vista/Win7 it controls the applications volume only, range is 0-65535.

Hope that helps.

Dave
Quote this message in a reply
08-13-2012, 07:30 PM
Post: #5
RE: ALDS AudioPlayer/AudioOut How to change volume
How to control the master volume on Win 7 ?

plz help me
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)