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.
|
|||
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 |
|||
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.
|
|||
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 |
|||
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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)