|
For example if the volume is 48 and I press the volume up key the new value will be 56. What would I have to do to make it go to 52?
I use both keyboard and remote control keys.
Answer Snippets (Read the full thread at superuser):
You want to change the volume step interval, this is fairly in the right pane, enter the new step value (this is the value you want the volume to change by when you:
In the left....
Through ACPI to access the volume key.
|
|
What's the best way to use a UISlider to change the volume of the iPhone in an app?
Answer Snippets (Read the full thread at stackoverflow):
Tried using that Bill ( http://stackoverflow.com/questions/463034/iphone-sdk-uislider-to-change-volume/questions/463034/iphone-sdk-uislider-to-change-volume#465649
^ I tried that lostintransit, however this is not changing....
|
|
I've seen this thread but this is only useful if I wanted the user to pick the volume himself. I wanted my application to change the volume gradually.
Thanks.
Started by ruibm on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
No app needs volume control more than users for example has a volume setting....
If a program could override the hardware volume settings it could cause a user to miss a critical call with possibly disastrous consequences.
Is restricted.
|
Ask your Facebook Friends
|
After creating a UDF volume on my 1TB external hard disk. I noticed I hadn't set the volume label. How can I change this?
I currently have udftools in Ubuntu but can't determine the correct command if any. I tried renaming the volume in Windows 7, but...
Started by Anacrolix on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
How can I change this?
you can use the 'label' command prompt in Windows (as explained by Wil) or simply right click on the volume and choose Rename , or Properties , highlight the label but i cannot write to them....
The volume label.
|
|
How would I go about changing the sound volume in c++ win32? Also how would I mute/unmute it? Thanks for the help!
Answer Snippets (Read the full thread at stackoverflow):
Think be reasons to change global volume, no offense ;)
waveOutSetVolume and mixerSetControlDetails only change the ....
WaveOutSetVolume(NULL, dwVolume);
Maybe you should consider to NOT change the global volume.
|
|
My current code is this:
int volume = Alert.getVolume(); // reads 100 Alert.setVolume(0);
It DOESN'T change the volume setting, like it would be supposed to do :( Even calling Alert.mute(true) doesn't produce any good effect. Audio.setVolume(0) also doesn...
Started by devguy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to play sound LabelField("Volume: " + mVolumeValue); add(mVolumeLabel); mVolumeUp = new ButtonField("Vol Up;= 90) mVolumeValue += 10; mVolumeLabel.setText....
If it is the case for volume, but I wouldn't be surprised when it was.
|
|
I'm trying to get notifications whenever the master volume changes on Windows Vista/7. This is the code I'm using:
#include <audiopolicy.h> #include <audioclient.h> #include <mmdeviceapi.h> #include <endpointvolume.h> #include ...
Started by Tobbe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The Windows SDK "OSD" sample is a much simpler example of monitoring the hardware volume than the one....
Be sure to click on the volume control tray icon, click Mixer and modify the volume for your app .
It works fine when I try it.
|
|
I have a business critical application server that was installed some time ago. The installation was an expensive process (large complicated CICS based system on Win2k3) and is something i'd not like to repeat.
However five years have past and i'd like...
Started by Mark Nold on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
As long as the install CD has a later....
I've upgraded an OEM version of XP to a Volume license by doing an normal upgrade.
From Microsoft
" Change the Volume License Key in XP "
Even though it says "XP" the same method the licenses.
|
|
Windows Vista has an application-level volume levels for sound devices. There is a Speaker (master volume), an "application" Windows Sounds and further applications.
What makes the system to forget the volume level for Windows Sounds .
Started by Toro on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Then I'll increase only is that the master volume control....
I'll have my master volume set at a certain place.
The starting volumeI've noticed this also.
From what I can find, Vista does not save the settings .
To change its behavior.
|
|
When my small children play games on the Mac, they use the keyboard shortcut (what ought to be the "F12" key) to turn the volume up to the max, which is way too loud.
I'm working on configuration changes for the children, but in the meantime, is there...
Started by erickson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
This doesn't disable) the volume....
The volume control is still available by holding down the Fn key and hitting F12.
Or MacBook Pro, you could change the configuration so that the F12 keys acts as an F12 key and not a volume".
|