1
vote
3answers
46 views
How to adjust speaker volume from Java program ?
I'm running Win Vista, at the lower right side of the window there is a speaker icon next to the clock, I can click on it and adjust the volume, I wonder if there is a way in my Ja …
1
vote
3answers
234 views
iPhone: Adjusting playback volume in app during a phone call
I have a soundboard application that plays mp3 files using AVAudioPlayer. The sound can be adjusted to high while listening to any of the clips.
My problem is when the phone is in …
1
vote
0answers
71 views
DirectSound: how to change the input volume of a microphone?
Hi,
I have some questions about Directsound and windows mixers.
My goal is to enumerate all microphones and be able to change the input volume of each one.
I think i'm not far fro …
4
votes
6answers
658 views
How can I mute/unmute my sound from PowerShell
Trying to write a PowerShell cmdlet that will mute the sound at start, unless already muted, and un-mute it at the end (only if it wasn't muted to begin with).
Couldn't find any Po …
0
votes
4answers
343 views
AVAudioPlayer fade volume out [iPhone]
Hey people,
I have an AVAudioPlayer playing some audio (duh!)
The audio is initiated when the user presses a button.
When they release it I want the audio to fade out.
I am usin …
-1
votes
4answers
578 views
How do I reproduce this heart-shaped mesh in MATLAB?
I want to plot a heart shape in framework as shown in the following image (found on the website zedomax.com/blog/2008/09/03/i-love-meth-t-shirt/):
I have tried to make it by usi …
0
votes
1answer
112 views
Strange Behavior with MPMoviePlayerController When Programatically Changing Volume
In my application I am changing volume using the MPMoviePlayerController volume property (for fade effects and muting while leaving it still playing).
Sometimes, sporadically, w …
1
vote
3answers
129 views
How to calculate the volume of a 3D mesh object the surface of which is made up triangles
Hello Friends,
I want to calculate the volume of a 3D mesh object having a surface made up triangles.
Could you help me.
Thank in advance
Best Regards.
Can
1
vote
3answers
255 views
Control Windows sound volume
Hi,
our software should play sounds (not just small noises, but voice etc.). I wonder what about the volume control. The Windows Vista style guide lines says to define an applicat …
1
vote
3answers
1k views
How to change the BlackBerry volume, or mute it?
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 Al …
0
votes
0answers
103 views
Both using , recording from microphone and playring ipodmusic.
I would like to recording from microphone and playing i-pod library music at the same time.
so i try to code like this .
-( void ) SetUpAudioSession{
// getting mpobject
MPMu …
0
votes
4answers
112 views
Volume of a 3D closed mesh car object
Dear Sir,
I have a 3D closed mesh car object having a surface made up
triangles. I want to calculate its volume, center of volume and inertia tensor.
Could you help me
Regards. …
3
votes
6answers
1k views
Set Ubuntu Sound Volume on boot
The Ubuntu startup/login sound can be very loud, but I do like having it. I wrote a script that uses amixer to set the volume to 25%. This is the level I like to have it at, but wh …
0
votes
1answer
140 views
How do I amplify sounds by a specified number of decibels in AS3?
A few days ago, this was my question, and I found the answer. Maybe this will help someone else.
A. The first part of the problem: can you amplify sound using Flash? The AS3 docum …
0
votes
2answers
449 views
Standard way of adding Sound to an iPhone app (global volume indicator)
I have an app with various views. The main menu does not have any sounds, but the next views play sounds using the AVAudioPlayer Class.
So when someone launches the app and is in …
