Top "Mute" questions

mute and unmute button toggle html5 audio

I've understood how to mute an <audio> sound object by putting this code : <a href="#" onclick="document.…

javascript html audio togglebutton mute
How to mute an iframe?

I need to mute an iframe, but I don't know how to do it. Here is an example of what …

html audio iframe mute
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. …

ios ios6 mpmovieplayercontroller avaudiosession mute
Mute/Silence an iOS device programmatically?

I'm trying to mute the device's ringer from within my app, but for some reason using AVSystemController like in this …

iphone ios ios5 mute avsystemcontroller
how do i program the youtube embed player to unmute when clicked

How do I set the youtube embedded player to unmute upon clicking it. You can see the embedded player i'm …

javascript video youtube embed mute
HTML5 Video Toggle Mute On Click?

I'm trying to toggle mute by clicking on the video. I am able to un-mute the video when clicking using …

jquery html5-video toggle mute
How to mute the microphone c#

I wanted to know, what would the coding be if I wanted to toggle mute/unmute of my microphone. I …

c# keypress microphone mute
Detecting iPhone mute switch in iOS 5

I know that Apple does not provide a way to detect the state of the iPhone mute/silence switch in …

iphone objective-c ios mute
How to mute microphone in Windows 7 with C/C++?

I made a program to mute microphone using WinAPI and it seems to work perfectly in Windows XP but doesn't …

c++ winapi windows-7 microphone mute
How to create a mute option

How do I create a function that toggles mute for the whole java application? Actually all the sound comes from …

java audio mute