microphone

Recording from user mic w/o using Flash...

Is there a way to not to use flash as a platform for mic recording based script? ...

Recording from user's mic w/o using Flash…

I need something where someone can go to my website with a microphone, and speak into it and have it so I can hear it live. I only need this one way from the person logging in. Very important. For person logging in, their microphone is "hot" constantly. Logged in person should not have to click or type anything before speaking. Ok for ve...

Query noise level in Android

I want to develop a small Android app to measure the current noise level (probablyin dB). But I have no idea what to look for in the libs. I don't want to record the noise. Can someone give me a pointer what classes to look at? ...

iphone - How can i read the microphone input?

How can i read the sound data from the microphone? I don't want to record and then access the data, i want to be able to access the sound input live? ...

Is there any library that gives access to PC (windows) microphone in a way Open CV gives access to camera?

So in Open CV we have such easy way of getting to some camera device and its data: #include "cv.h" #include "highgui.h" #include <stdio.h> // A Simple Camera Capture Framework int main() { CvCapture* capture = cvCaptureFromCAM( CV_CAP_ANY ); if( !capture ) { fprintf( stderr, "ERROR: capture is NULL \n" ); getchar(); re...

how to connect HAL using dbus

I'm using python and dbus. What i really need is a way to get the input from my microphone into my python program and then play it back from the program. I googled a lot and it seems pyaudio might do the trick but pyaudio does not work with my ubuntu 10.04. The next option i saw was telepathy. But i don't need something that big, eithe...

What Java APIs should I look into for interacting with my microphone?

I would like to build a recording software, for my own purposes, I would like it to be deployable on multiple systems (Windows and Unix) I am also building an application first time. So any help you would be able to provide on that topic as well it would be appreciated. Please and thank you. GC ...

which c++ free lib to use to capture microphone sound and save it to wav

i saw i have 2 major lib's ( mybe i wrong ) 1. port Audio 2. openAl + cAudio wrapper what is easer and faster to use for cross platform ? ...

C# listening on microphone

HI, Is it possible to listen on the microphone in C# (.NET) and do something when volume goes to some point? We have Avaya desk phone at work and I'd welcome if I could see when it rings on the monitor.. Would like to do a practical tool to monitor for that ring sound with microphone glued to the speaker. ...

Java Sound API - capturing microphone.

I have been reading up on the Sound API for Java for a couple of days I am unable to make sense of it. I am decent programmer, I just having difficulty getting my head around the API. I have been trying to capture audio from my microphone and display a wave graph in real time. I am having trouble capturing audio, they say in the tuto...

Loop back problem for Laptop

We are developing a video chatting application on flex, it works well on Desktop systems and while running on a laptop the sound is loop backed and becomming a large noise, Please help me to fix the problem. ...

How can you get the current recording volume reading from the microphone?

How can you get the current recording volume reading from the microphone? By this, I'm referring to the loudness of the sound that is being recorded by the microphone. I've searched MSDN for hours, but to no avail... So, I'd appreciate the help. ...

AS3: Mono/Stereo for microphone?

When you use Adobe Flash Media Live Encoder you have a lot of options for audio. For instance channels and bit rate. I can't seem to find out how you can set that with Microphone or NetStream. I'm guessing it's possible since you can do it in Adobe's encoder? The only thing I can find is the sample rate. Anybody knows? ...

Flash 10.1: Can you programmatically adjust the input volume of the Microphone?

I need to variably adjust the input volume of the mic in Flash 10.1. This is not the same as gain, as gain is a software solution, whereas I need to control the mic input level on the microphone itself. Does someone know if this is possible and how I'd do it? ...

Microphone level in Java

I'm trying to access the level of the mic through Java. I don't need to record anything, I just want to know a relative scale of sound level. Is this possible in real-time? If it's impossible, maybe this could work: Start recording when the level is over a certain value, stop when the level drops under a certain level for a certain tim...

Is there a way to programatically launch the Windows "set up microphone"

If I search for "microphone" in Windows 7 the first option is "Set up Microphone". I'd like to be able to launch that programatically. I've tried dragging that shortcut to the desktop but it's just a "search" shortcut. any suggestions? ...

Measure speaker volume by recording playing sound with microphone

I want to measure a system's speaker volume by playing a sound and listening for it on a local microphone at the same time. This is for a specific application. The exact recorded sound is not as important as differentiating between the microphone volume recorded before the sound is played and while it is playing. The idea is to warn the...

Forcing iPhone Microphone as Audio Input

Hi everyone, I am developing an iOS application (targetted specifically for iPhone, at the moment) that requires the application to record audio only from iPhone internal microphone (even when headphone/headset is plugged in), and playback at headphone (let's assumed headphone is plugged in for now). I am wondering if this is currently...

What range sound frequency can be measured from iphone's microphone

hi all... i want to know the range of frequency that the iphone's microphone can listen and can we play the least frequency sound recorded by iphone's microphone.. how to record a sound(any sound or voice) through iphone's microphone and how to save that..? Thanks ...