The mute tag has no wiki summary.
0
votes
0answers
3 views
xulrunner mute youtube flash video player
I have simple xulrunner browser just like there DJ project. So, is there some way to mute browser or flash player? My goal is to play youtube video muted without manually volume button clicking.
...
0
votes
0answers
18 views
Muting audio source from within an html iframe possibly using JS
I am working on a gallery page with quite a few external HTML pages embedded using iframe, however, some of these external pages have audio embedded into them which I would like to mute.
Here is a ...
0
votes
0answers
30 views
How can we mute MPMoviePlayerController when earphones connected
Possible duplicate of How to turn off audio in MPMoviePlayerController iPhone and Detect if headphones (not microphone) are plugged in to an iOs device
I have an application, where i am playing a ...
0
votes
0answers
27 views
muting a video played with AVPlayer in iOS6 is working with delay
I am trying to mute a video which is being played by an AVPlayer object.
The timing of the muting is inconsistent.
Sometimes the mute takes affect only 1 or two seconds after the video actually starts ...
0
votes
0answers
13 views
iOS using pthread_mutexattr_t trouble
i am porting an existing c++ project to objective-c++ and came across this mutex stuff. I am not sure what is done here neither if it is correct. To initialize some kind of multithreading lock ...
0
votes
0answers
20 views
mute and unmute button in actionscript
In Flash, I would like to create my own mute, unmute button and embed into a video display screen. I did this a long time ago in ActionScript 1 but im having trouble finding information in regards the ...
0
votes
1answer
61 views
Trouble with IAudioSessionControl2, to mute WebBrowser control
The goal was to mute a WebBrowser control that could have Flash video playing. So I found this code which is quite useful : http://stackoverflow.com/a/14322736/990618
Problem is some of the ...
0
votes
2answers
53 views
Android Visualizer on muted AudioTrack/MediaPlayer
I have a PCM-stream which I would like to visualize with Android's "Visualizer" but without playing it out loudly.
Therefor I have implemented android-visualizer.
The visualization is successful, if ...
0
votes
1answer
35 views
Muting all browser audio with javascript
I'm doubting this is even possible but it would be a big help.
I'm throwing together a portfolio and bringing in external sites via ajax to fit in nice little "3D" containers.
The problem is.. 2 of ...
0
votes
1answer
193 views
How to mute/unmute audio when playing video using MPMoviePlayerController?
I've created my own custom controls for use with the MPMoviePlayerController. So far everything works except the mute button control.
I've configured the AVAudioSession using the following code ...
0
votes
0answers
43 views
Best way to mute notification while using media on android
i have an app that records videos and while im recording im still getting notifications sounds
so i mute it using
audio.setStreamMute(AudioManager.STREAM_NOTIFICATION, true);
and i was wondering ...
0
votes
0answers
28 views
App the accesses the incall Mute Function
All,
The only way a user can mute their voice on a call is by tapping the "mute" button on the in-call screen. It's one of the 6 options on my iPhone4.
Is it possible for an app to do the same ...
0
votes
1answer
105 views
How do i add toggle button that mute/unmute all in app sound
How do i add toggle button that mute/unmute all in app sound preferably a video on how to do it.
1
vote
1answer
39 views
How to realize the mute function in android?
I want to realize the mute effect under the condition of mobile phone without root.
private AudioManager myAudioManager = null;
myAudioManager = ...
-5
votes
1answer
184 views
How can I make a mute button for my app? [closed]
Edit. If you're going to downvote, at least have the courtesy to explain why. Blindly dowvoting this is rude, and not helpful to anyone
Long story short: I know how to code a button with all the ...
0
votes
1answer
130 views
Actionscript 3, multiple audio tracks
I have four different tracks(guitar, bass, drums, vocals) in a music-player. They are all named as checkboxes to check/uncheck which one of the tracks is hearable at the moment and i also have a play ...
0
votes
0answers
549 views
How to mute/unmute with button in Flash CS6 using AS2
I know it may sounds a newbie question, but I'm new to Flash and I don't know how to do it. My purpose is to create a video that starts mute, with a button that enable/disable the sound. What I was ...
0
votes
0answers
18 views
not sensing changes in mute switch
My app is not sensing changes in the iPhone mute switch. I'm assuming that changes in that switch are supposed to happen immediately. How does this happen? I'm using AvAudioPlayerDelegate to play ...
2
votes
1answer
170 views
How to mute and unmute it on the onPause and onResume
I'm having a problem when I set the audio to Mute on the onPause() and in the onResume() I try to unmute it but without success.
Code:
protected void onPause() {
super.onPause();
...
0
votes
0answers
219 views
Mute mic in android
I'm making app like a recording app in android.
I want to record a sound only happened near.
(Of course, I know the "only" is too much to want.
I need as much as high quality.)
According to what I ...
2
votes
1answer
273 views
android sdk error - AudioManager.isMicrophoneMute() always false
As the title states AudioManager.isMicrophoneMute() always returns false, no matter what.
The setup:
Manifest includes this permission because of an older bug that could be related to this. Old bug ...
0
votes
0answers
93 views
Java applet with volume controlled audio
I'm creating a virtual radio using java's Applet, and I need a (simple) way to mute an audio stream or being able to play from a position x into the file/stream. This will enable me to get the effect ...
1
vote
0answers
185 views
How to mute MPMoviePlayerController sound in iPhone
I have two kinds of media,
video with sound
recorded voice audio
I want to play recorded voice audio with video but mute video sound.
To play these medias, I used the MPMoviePlayerController for ...
0
votes
0answers
214 views
iOS - Device, if muted, hangs when setting kAudioSessionProperty_AudioCategory
I have an issue where I'm trying to change my Audio Category on AVAudioSession, to start recording microphone input.
If I do this with my current implementation (and lots of alternative ...
1
vote
0answers
119 views
Need to shut off the sound MediaRecorder plays when the state changes
I have tried the changes found at the link below but with no avail.
How to shut off the sound MediaRecorder plays when the state changes
I tried both
AudioManager audioManager = (AudioManager) ...
1
vote
0answers
104 views
button for mute every SystemSound
I used AVAudioPlayer, but it's too laggy, if I use this code:
NSString *soundFile = [[NSBundle mainBundle] pathForResource:@"MySound" ofType:@"caf"];
NSURL *soundFileURL = [NSURL ...
1
vote
2answers
232 views
To mute microphone while recording audio
I am currently working on an app which is running in the background and muting the microphone during incoming and outgoing calls.But am unable to mute the microphone when there is any type audio ...
0
votes
0answers
61 views
Using UIWebView - how can I disable sound
I have been looking for a way to solve this for 2 days and have not managed to find an answer.
I have 'googled' and not found anything.
I have an app that plays streaming videos in a UIWebView. I ...
0
votes
1answer
221 views
Android mute/unmute phone, with password
My goal is to support a functionality that mute phone (possibly with vibrations enabled/disabled), so when a call or sms is received it won't make noise
unmute phone but prompt for "password for ...
0
votes
0answers
191 views
HTML5 Video “muted” in Chrome?
I currently have an issue with the HTML5 video tag in Chrome only. The video player is mounted on a carousel which cycles through themes some with a primary image, some with a video. The video is ...
0
votes
1answer
202 views
Autohotkey, SoundSet: Toggle volume to 2% with function key (Windows XP)
I reached a dead end with my noob research re the SoundSet command. I'd appreciate a script or a pointer.
I don't know how to make this command toggle:
F11::SoundSet, 2
I can see how to make master ...
0
votes
0answers
219 views
Speaker muting in call after incoming message bug
Over at xda developers we are trying to port a ROM from HTC One V to HTC Sensation Xl, we are so close to a fully working rom, but we have a bug left we just can't fix.
The ROM is on Android 4.0.4 ...
1
vote
0answers
446 views
How to mute and autoplay youtube channel player with java script?
Hi this is my first time asking a question online. I want to embed a youtube channel player into my wordpress website. I am using the code from http://code.google.com/p/jq-youtube-player/ .
So i want ...
2
votes
0answers
232 views
Muting streams in Android
I've built a small app that mutes/unmute the music stream using the class AudioManager.
In fact, it works until I close the application. i.e. I've muted the sream, I close the app, I restart the app ...
0
votes
1answer
161 views
How to mute audio (sound) using ToggleSwitch on Adobe Flex mobile (spark)?
I want to learn how to turn off (mute) the sound using ToggleSwitch component in Adobe Flash Builder 4.6. I plan to use the Android application.
Thanks!
0
votes
0answers
90 views
AVAudioPlayer play little bit on vibrate mode in iOS 5.1 [closed]
The solution that was posted on not worked for me:
AVAudioPlayer play little bit on vibrate mode in iOS sdk
I have the same problem, how did you solved it? Your solution didn't work for me, my ...
1
vote
0answers
150 views
Windows- How to programmatically mute other applications sound. Win32 API
I cannot find any useful information on this topic. If someone could shed light on this, I would be very appreciative.
I am almost done developing a business telephony application for our company; ...
0
votes
0answers
123 views
Muting System Volume With JNA/Java
I've been experiementing with JNA recently, and I was wondering if I could mute the system volume with java/jna(not your actual speakers, but the little speaker icon on the bottom left of your ...
0
votes
0answers
202 views
Mute a swf video as 2
So i have this banner and I need the video that is playing to plays without sound ( to be muted ) I have a buutons for playing the sound but I just need to start with no sound. Thanks.
nc = new ...
1
vote
1answer
379 views
Android mute button
Some new Android devices have a mute button like Iphone. Its an actual physical button that allows you to mute an incoming call instead of long pressing the volume down hardware control or the ...
2
votes
5answers
456 views
Singleton with multithreads
This question was asked in an interview. The first part was to write the singleton class:
class Singleton
{
static Singleton *singletonInstance;
Singleton() {}
public:
static ...
0
votes
1answer
574 views
soundmanager, autoplay, mute and loop
I want to automatically play a sound when my site opens, I want it to loop endlessly and i want the user to be able to mute/play it it via a single mute/play button.
Here is mys script:
<script ...
0
votes
1answer
168 views
How to detect if iPhone is in silent mode in MonoTouch
I have found the answer for objective-c, but couldn't figure out how to translate it to c# for monotouch.
Also, I couldn't find anything in the Xamarian tutorial or reference.
Could someone please ...
0
votes
0answers
59 views
.videoBG Audio Mute
I'm looking to add a mute button to my home page that will mute the .videoBG audio.
.videoBG doesn't support mute so I have to create this function myself. I've added in what I think I need to build ...
0
votes
1answer
423 views
Mute HTML 5 video & random video load
Three part question...
I'm using http://syddev.com/jquery.videoBG/index.html for HTML 5 video background on my site. Works perfectly! However I have some additional functions I want to add on but not ...
0
votes
1answer
210 views
Trying to use the the swfobject.js youtube object inside of WordPress
I need to use the extra powers of the swfobject api. This object is a new way of embedding Youtube videos into web sites.
Pasting code that I found from Google's tutorial directly into the WordPress ...
4
votes
2answers
882 views
Mute audio tracks of live streams using AVPlayer
I am using AVPlayer to play live stream (m3U8 file). It plays perfectly using AVPlayer but I am not able to mute it.
I am using following code to mute the audio.
NSMutableArray *allAudioParams = ...
0
votes
1answer
228 views
HTML5 Video - load it muted in IE?
I have a video5 implemented using Video for Everyong solution
http://qa.crfhealth.com
I've set the video tag attribute muted="muted" and the flash with attribute 'mute':true
IE is playing the mp4 ...
1
vote
1answer
1k views
android application mute and unmute MediaPlayer
i was struggling for this for one day and the issue is still there.
I have 2 function in my activity which is mute and unmute as below:
private void mute() {
AudioManager am = (AudioManager) ...
1
vote
2answers
2k views
Mute the global sound in android
i really need your help to solve this question. Does anyone know any method that can be used to mute the global sound from an application button?
Thanks so much for the help!





