microphone Questions
3
Solved
I have been searching for quite some time now, and I haven't been able to find a way to actually get an SPL/db value from a microphone on Android.
The few threads and articles that I have found t...
Decretory asked 24/11, 2010 at 22:11
1
Solved
I want to play my audio file as microphone input (without sending my live voice but my audio file) to the WebRTC connected user. Can anybody tell me how could it be done?
I have done some followin...
Duncan asked 27/8, 2014 at 16:17
4
Solved
I would like to build a page that detects whether a user's camera / microphone is working similar to this: http://www.tokbox.com/user-diagnostic/
I just need guidance on where to start.
Thanks!
...
Crackbrained asked 14/10, 2012 at 20:21
1
On Android, you can record audio from the microphone using the MediaRecorder class:
MediaRecorder.setAudioSource(MediaRecorder.AudioSource.MIC);
I want to record some parts of audio being played b...
Angers asked 1/5, 2011 at 16:51
0
I'm working on a project that ask the iPhone to receive data through headphone jack. I know it is doable, when I plug in the iPhone headphone it automatically change the input from the mac built in...
Protuberant asked 24/1, 2014 at 22:15
1
Solved
I am trying to write a little program that reads a wav file and sends the output as if it would come from my microphone. Unfortunately I do not have much experience with the sound API.
Background:...
Hipparch asked 17/1, 2014 at 18:23
2
Solved
In my app, I will be using a microphone to do some recording. From iOS7.0 onwards, the user is asked to check the permission to access the microphone before starting the audio.
I have a button 'St...
Shaduf asked 15/1, 2014 at 16:18
1
I'm trying to build a real-time voice call application. My goal is to use native JS microphone api and send data via websocket to the other clients. I figured out the following code:
<script>...
Fatso asked 10/11, 2013 at 19:44
1
Solved
How do I force the Android system to select the 3.5mm Jack as my microphone source? I am using the AudioRecord class to do the recording.
I am using an external Microphone. When it is detected al...
Emeliaemelin asked 8/10, 2013 at 18:52
3
Solved
I have set up a TCP connection between two iPhones and I am able to send NSData packages between the two.
I would like to talk into the microphone and get the recording as an NSData object and send...
Strutting asked 13/12, 2011 at 6:6
8
Solved
I've been asked (if it's possible) to write a program monitoring the input of at least 20 microphones, on a single computer.
Currently I'm prototyping in python (2.6), on a Ubuntu system using Als...
Sletten asked 23/6, 2010 at 2:41
2
Solved
I'm trying to access sound volume data from the microphone in realtime. I've tried AVAudioPlayer but it only monitors sounds from a source like an mp3 and not from a microphone. I've also tried The...
Tyronetyrosinase asked 20/7, 2009 at 18:6
1
Solved
I'm having some difficulties with getUserMedia with HTML5 whilst developing my web page. This is the first time I've tried to implement this to record a users audio input. Flash is not an option fo...
Gaillard asked 29/5, 2013 at 9:39
2
The tutorial http://download.oracle.com/javase/tutorial/sound/capturing.html
does not cover how to select microphone.
I am enumerating mixers with the following code
System.out.println("Searchin...
Smocking asked 7/6, 2011 at 5:52
3
I'm trying to record/process some audio from three usb microphones with Java Sound on Snow Leopard (but can switch to Windows if it fixes things). Problem is, when I try to use the mixer that corre...
Gyrocompass asked 21/11, 2010 at 19:6
1
Solved
A lot of smart phone now have more than one microphone. One for voice input and another for reducing the enviroment noise.
I am wondering how could I access the two microphone's signal independen...
Rhu asked 14/3, 2013 at 19:16
1
I am building on an app which has a function which records the sound which comes in the microphone. It would be handy to give a graphical view of the incoming sound, like http://www.filebuzz.com/so...
Destitution asked 11/3, 2013 at 12:13
1
Solved
I am trying to calculate the loudness level from the microphone on android.
I used AudioRecord to get the raw data from the microphone and also did some normalization and calculated the decib...
Anaclinal asked 11/3, 2013 at 8:2
4
Solved
I know that some devices headphone ports (maybe all of them? any reference here would be good) have 3 channels, for stereo sound and microphone. So I was wondering if it's possible to detect someth...
Yemane asked 27/11, 2012 at 22:11
2
Solved
I have a MacBook Alluminium and I want to capture the microphone in a RAW format and output a RAW audio through the speakers, in a standard way, i.e., using the terminal with standard Unix commands...
Sunset asked 14/2, 2013 at 2:50
1
I would like to build an Android App to take audio data from two microphones, mix the sound with some from memory, and play the sound through headphones. This needs to be done in real-time. Could y...
Protrusive asked 26/11, 2012 at 23:26
2
Solved
I am developing an iOS application that receives data through the auxiliary port (microphone).
We got oscilloscopes hooked up and are at the point where we can measure frequencies and amplitudes o...
Sterculiaceous asked 9/8, 2011 at 16:31
1
I have an app that reads the microphone. Specifically I'm detecting blowing into the microphone ;) It doesn't work on a lot of HTC devices. I've picked up an HTC Droid Eris as well as an HTC Droid ...
Lasagne asked 3/5, 2012 at 2:3
1
I've got a problem where I need to "simulate" microphone output.
Data will be coming over the network, decoded into PCM and basically needs to be written into the mic - which then other programs ...
Charmaincharmaine asked 2/1, 2011 at 23:0
1
Solved
I am new to WebRTC and playing a bit with it. But everytime I reload the page to see latest changes in the code I have to allow Chrome to access my microphone. Now I have heard that it is possible ...
Clockwork asked 23/8, 2012 at 9:47
© 2022 - 2024 — McMap. All rights reserved.