microphone Questions

1

How do I make the internal phone speaker play sound while plugging in my headphones? I see that it's possible by using the SoundAbout app. I've tried this answer which suggests audioManager.setM...
Microeconomics asked 24/4, 2016 at 11:24

3

Solved

I have a very interesting problem. I was under the impression that when my app uses the microphone, and the Android system process (like incoming or outgoing call) needs the microphone, my app rel...
Jahveh asked 15/8, 2016 at 17:47

1

I have the following issue, and I have found a few topics here talking about it but none of these is actually answering my question. I'm pretty new with iOS development, I searched the apple docum...
Cowherb asked 22/7, 2016 at 23:38

3

Can somebody help me on how to capture audio from default microphone using HTML5? There are many samples available, but none of them seem to working. I have tried Audio capturing with HTML5 As it o...
Rear asked 11/4, 2013 at 4:42

2

Requirements: Get raw input from a microphone in real time Play that raw input back in real time I can't seem to find much from Googling about it. Has anyone used something like that? I'...
Kopaz asked 30/3, 2013 at 2:12

3

Solved

I've been working on audio project with STM32F4 discovery and I noticed one thing, all I2S standards only work with one microphone (depending which edge the standard uses separate bits). For exmpl....
Bayonet asked 5/10, 2015 at 6:50

1

I'm using webrtc to communicate between to peers. I wan't to add new track to old generated stream, as I wan't to give functionality to users to switch their microphones during audio communications...
Secessionist asked 19/2, 2016 at 11:28

1

I am trying to write a program that has a WebView in it that shows a webpage which records audio using the microphone (recording is done using javascript getUserMedia). I have implemented the follo...
Heuristic asked 14/2, 2016 at 7:22

6

Solved

Running the following code on a macbook air 64 bit, testing the code on python 2.7 and python 3.4 import speech_recognition as sr r = sr.Recognizer() with sr.microphone() as source: audio = r.lis...

1

Solved

I've an USB hub (Plugabble) with a usb Daffodil sound card. The Speakers are working great, but the microphone is not working. I don't know what to do anymore to get it working. The usb sound car...
Postscript asked 31/5, 2014 at 22:31

3

Solved

I have been trying to use Android's AudioManager.setMicrophoneMute() without much success. That is, it simply refuses to mute the microphone, no matter what I do. I searched the web for some clue...
Vtarj asked 29/7, 2011 at 14:44

2

Solved

So the thing is that I need to call some function after user gives (or declines) a permission to use the microphone. I already saw this: [[AVAudioSession sharedInstance] requestRecordPermission:^...
Nil asked 11/10, 2015 at 12:49

1

Solved

I am using nAudio Library to capture microphone input. But I have run into a problem. I am using the code(which I have modified slightly) from an nAudio sample app. The codes generates a WAV file b...
Wildfowl asked 1/9, 2015 at 11:31

1

Solved

Here's part of the main code so far (the networking was done separately): void Update() { if (Network.connections.Length > 0) { audioFloat = new float[audioInfo.clip.samples * audioInfo.clip...

1

We have an Android device on which we would like to use the microphone in 2 app simultaneously. In fact, we have a vocal command service that is running in the background (we are using the CMU Sph...
Tightfisted asked 20/8, 2014 at 10:29

1

I am attempting to create it so when a user plays a sound, it plays the sound to the users microphone input. Thus when they're in a Skype Call/Game chat/etc it will be played for all users to hear....
Sulphuric asked 7/3, 2015 at 17:53

3

Solved

When i capture with JavaSound or Third party sound capture tools and record it to a file. Afterwards read the file back to modify it, is there any way to remove the "background noise" with my java ...
Hallucinatory asked 2/8, 2011 at 18:29

2

How can I detect when the user blows into the device microphone? This would then be used to trigger some action by the app.
Peeved asked 23/11, 2011 at 20:42

1

I have installed the Build 9926 of the windows 10 technical preview i.e The January Build, on Windows 7. I am trying to use the voice assistance of cortana on my Virtuabox but am not able to...
Ensure asked 25/1, 2015 at 6:50

3

I would like some advice on how best to get the microphone activity level of an audio MediaStreamTrack javascript object in Chrome/Canary. The MediaStreamTrack object is an audio track of the Media...
Supervision asked 23/5, 2013 at 21:43

3

Solved

How can I determine if access to the camera and mic were denied in Flash? I can get the camera and mic, but I need to know if the user denied access.
Actinoid asked 23/1, 2012 at 3:32

1

Solved

I want to sent volume data from my laptop's audio input (just the built-in microphone in my Macbook) to Arduino with as little lag as possible. I see that it isn't hard to capture the audio input ...
Deboradeborah asked 21/10, 2014 at 3:16

1

Solved

The only documented method for checking mic permission on iOS 7 that I could find is requestRecordPermission documented on AVAudioSession. https://developer.apple.com/library/ios/documentation/AVFo...
Skees asked 27/10, 2013 at 5:53

1

Solved

I am currently playing around with some cryptography (RSA Public Key, in this case) and in order to generate a random key I need a random input. I figured the microphone would be a good source for ...
Kristopher asked 9/10, 2014 at 4:30

1

Solved

I want to make a live voice chatting program in Java, but I know nothing about recording/playing sound in Java, so with the help of Google, I think I have been able to record from my mic to a byte ...
Chilon asked 11/9, 2014 at 22:52

© 2022 - 2024 — McMap. All rights reserved.