mute Questions

13

Solved

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 PoweShell or WMI ob...
Richard asked 1/11, 2008 at 2:11

2

I have using an application to record audio which uses the javaScript code but after recording its mic will never disable. So please suggest me that how to mute/disable microphone using javaScript...
Plate asked 28/3, 2014 at 11:24

6

Solved

How can I mute all sound on my page with JS? This should mute HTML5 <audio> and <video> tags along with Flash and friends.
Diacetylmorphine asked 26/12, 2012 at 18:42

1

I've developed an application like netflix which streams video. I'm working with video.js. when I try to play unmuted video, it throw error says that "Uncaught (in promise) DOMException: play(...
Jipijapa asked 4/9, 2020 at 8:13

2

I'm new to PowerShell and have been playing around with it lately. My question is, how do you mute an specific application with PowerShell? For example, if I am watching a youtube video in chrome...
Heterodox asked 13/6, 2014 at 0:52

12

On a website I am building I have a vimeo video embedded. The client needs to keep the sound on the video obviously for people that find it on vimeo. However for her website the sound is just plain...
Jarrettjarrid asked 30/10, 2014 at 9:45

2

Solved

I am using AVPlayer for playing videos in my iPhone application. When I mute the device volume using Mute COntrol provided in the device, AVPlayer volume is also mute. As per the documentation this...
Volnay asked 10/10, 2011 at 4:14

7

Solved

I want to control the volume of my Windows system from a JScript or VBScript script. Any ideas? Also, can I unmute the system volume if it is muted?
Macrobiotics asked 7/2, 2010 at 7:53

1

I'm building an app that includes some WebViews. I want to mute one of them (not the whole app or device just that specific WebView) I searched but there's no certain answer to this question. Is t...
Ferrer asked 16/1, 2017 at 12:20

6

Is there a method that can be used to mute the global sound from an application button?
Nomadic asked 5/6, 2012 at 10:45

3

Solved

My goal is to support 2 operations: mute phone (possibly with vibrations enabled/disabled), so when a call or sms is received it won't make noise unmute phone and restore the volume to the state ...
Urology asked 6/9, 2011 at 9:49

3

How do I set the youtube embedded player to unmute upon clicking it. You can see the embedded player i'm referring to at http://www.harvestarmy.org home page. It's the one at the right where it say...
Risible asked 24/5, 2013 at 22:23

2

How to mute DEBUG messages on AWS Elastic MapReduce Master node? hbase(main):003:0> list TABLE mydb 1 row(s) in 0.0510 seconds hbase(main):004:0> 00:25:17.104 [main-SendThread(ip-172-31-1...

3

Solved

I want to play audio file in the foreground, background and it should work with mute switch i.e. if mute switch is on, then it should not play, if mute switch is off should play audio. **I'm devel...
Alternative asked 24/7, 2015 at 7:29

1

I'm trying to mute the device's ringer from within my app, but for some reason using AVSystemController like in this answer ( How to disable iOS System Sounds ) won't let me silence the device ALL ...
Swanson asked 29/4, 2012 at 10:11

3

Solved

Is there a way to mute the audio of an iframe using jQuery or CSS? This is the iframe I need to mute <iframe src="http://player.vimeo.com/video/4415083?api=1;title=0&byline=0&p...
Ekaterina asked 30/10, 2014 at 13:43

1

Solved

I need to mute an iframe, but I don't know how to do it. Here is an example of what I have: http://www.codecademy.com/en/bitAce74593/codebits/nW7U9b Here you can hear the music from the website ...
Vivanvivarium asked 17/8, 2014 at 22:17

2

Solved

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 be...
Adorne asked 11/4, 2013 at 12:21

3

Solved

I've migrated my VoIP application to iOS7 recently, and there's an open bug still remaining which I can't understand. When in VoIP call, in iOS6 you can push the physical volume button to lower th...
Sackcloth asked 16/10, 2013 at 13:33

3

Solved

I've found how to pause and play the video using jquery $("video").get(0).play(); $("video").get(0).pause(); But I can't find the mute button, if there isn't a jquery solution, I'm fine with jus...
Landholder asked 16/6, 2011 at 18:1

1

Solved

I'd like to make a mute/unmute button in jQuery. I've done some searching on Stackoverflow and this is what I managed to do so far: $("video").prop('muted', true); $("#mute-video").click( functi...
Cavitation asked 18/2, 2014 at 11:25

1

Solved

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) g...
Schweiz asked 16/1, 2013 at 22:59

2

Solved

I would like to include an easter egg link to youtube, that would start the video with no sound, is it possible? Something like href= http://www.youtube.com/watch?v=xxxxxxxxxxxx&volume=0 to ...
Boatright asked 8/9, 2013 at 9:59

1

Solved

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(); Log.d(TAG, "o...
Jennie asked 15/2, 2013 at 16:48

1

I know that Apple does not provide a way to detect the state of the iPhone mute/silence switch in iOS 5. However, I have I tried a technique mentioned elsewhere to detect this by playing an audio f...
Urbane asked 16/11, 2011 at 20:17

© 2022 - 2024 — McMap. All rights reserved.