|
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.
|
|
Is there an easy way to set the volume from managed .net code?
Started by Ronnie Overby on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This rather long article shows how: Controlling sound volume in C#
Duplicate see here: http://stackoverflow.com/questions/294292/changing-master-volume-level
This CodeProject article demonstrates how you fully control the Windows Mixer....
|
|
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 have been developing a radio application for Symbian phones ( 2nd , 3rd and 5th editions ). It seems to me that changing the volume of the phone speaker programmatically is not straightforward.
Please help me in understanding how the phone volume could...
Started by ardsrk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not sure will they affect the volume outside calls....
You change the volume only once you've prepared the C++ object that will actually play a sound API" that publishes two central repository keys used to control phone volume.
|
|
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.
|
|
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.
|