Tagged Questions
The microphone tag has no wiki summary.
44
votes
2answers
865 views
Multichannel USB recording with Java Sound API?
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 ...
13
votes
2answers
721 views
How does setMicrophoneMute() work?
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 clues ...
10
votes
2answers
3k views
How get sound input from microphone in python, and process it on the fly?
Greetings,
I'm trying to write a program in Python which would print a string every time it gets a tap in the microphone. When I say 'tap', I mean a loud sudden noise or something similar.
I ...
8
votes
1answer
1k views
Why is it impossible to use the Speech Recorder on the Android emulator?
I am trying to run the Speech Recorder that comes with the Android 2.2 emulator. The problem is that the moment I click the "Record" button:
It aborts with an error message "The application Speech ...
8
votes
3answers
4k views
Microphone access in Python
Can I access a users microphone in Python?
Sorry I forgot not everyone is a mind reader:
Windows at minimum XP but Vista support would be VERY good.
7
votes
2answers
759 views
How does noise cancellation work in android?
I came across this relatively old post which describes how impressively Nexus One's noise cancellation works and I was wondering where can I find more information about its implementation in the OS ...
7
votes
3answers
174 views
What is the easiest way to access a a computers microphone in Python?
I need to get some numbers so I can generate random numbers using ambient sound.
I want something on this level
pseudo code:
import microphone
p = pitch.get()
print p
Edit:
This is in Windows ...
6
votes
2answers
560 views
Live Microphone amplitude mesurement in c#
I am looking for simple solution which will return integer value of microphone input in c#. I was already checking available samples on net, but none of them worked in a x64 environment. (VS2008 + W7 ...
6
votes
7answers
673 views
Input from 20+ microphones
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 Alsa. ...
6
votes
2answers
9k views
Capture a Microphone Audio Stream Using .NET Framework
I need to capture the input stream from a microphone in my application, which is written in VB.NET. I need to be able to stream this data to a file or over HTTP and possibly encode it using LAME MP3. ...
5
votes
1answer
620 views
Capturing and manipulating microphone audio with AVCaptureSession?
While there are plenty of tutorials for how to use AVCaptureSession to grab camera data, I can find no information (even on apple's dev network itself) on how to properly handle microphone data.
I ...
5
votes
3answers
898 views
How to detect if a Microphone is present
I just had a very long tech support call because a customer didn't have a Mic on their laptop. (Stupid me: they said they'd used the mic earlier and I have never heard of a laptop not having a Mic).
...
5
votes
3answers
1k views
OpenAL Real Time Audio Processing from Microphone
I would like to write a cross-platform application that can process and play back microphone data in real time. Imagine as a proof of concept a chat room where people can talk to each other and apply ...
4
votes
1answer
564 views
How to capture sound from microphone with java sound API?
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("Searching ...
4
votes
1answer
332 views
Sending playing Audio using NAudio
I have managed to send audio from a microphone using the code found at
http://www.codeproject.com/KB/cs/Streaming_wave_audio.aspx
However I have not been able to do this using NAudio
...
4
votes
1answer
750 views
microphone volume control from javascript
I'd like to be able to control the system microphone volume from the browser.
I know that the microphone can be recorded from using Flash or Silverlight, but these don't allow control of the ...
4
votes
2answers
1k views
how to play sound from microphone to speaker directly on android?
in my application, I need to direct sound from microphone directly to speaker. No other actions.
I found a way to direct sound from microphone to earpiece by playing a file and setting speaker off. So ...
4
votes
2answers
2k views
Saving Microphone Stream to mp3 or wave
I recording sound from Microphone in Windows Phone device. Using Xna.Framework.Audio.Microphone I store the sound in MemoryStream. I can save it to PCM format. However It will be much better to ...
4
votes
1answer
286 views
android, audio filters
I would like to make audio records (via MediaRecorder/AudioRecorder) and then play recorded file with some changes (special effects) (e.g. increasing/decreasing speed, adding echo, mix with other ...
4
votes
1answer
1k views
Java spectrogram images: mp3 and microphone
First of all i'm working on a little project to see the spectrum from some sounds.
I got this working with a microphone:
The image above is just me talking and shouting through a microphone for a ...
4
votes
3answers
1k views
Virtual microphone, networks and vb.net
I would like to add a virtual microphone (similar to how you can have a virual CD drive and then mount ISO files on it.) so that it can be selectable in programs like MSN and skype. But have the ...
3
votes
2answers
190 views
Rooted Android: Suspend and warn user when any App accesses Contacts List, Microphone or Camera?
I have Users with rooted Android 2.2+ smartphone devices.
Whenever any on-device App accesses the device's Contacts List, Microphone or Camera resource, I want to Suspend that App, pop up a warning ...
3
votes
1answer
174 views
How to Check if the Mic is Plugged/Unplugged
How to check if the microphone is plugged/unplugged using Delphi?
3
votes
1answer
156 views
Audio Recording in Python
I want to record short audio clips from a USB microphone in Python. I have tried pyaudio, which seemed to fail communicating with ALSA, and alsaaudio, the code example of which produces an unreadable ...
3
votes
1answer
324 views
Can windows phone 7 microphone detect frequencies in the range of 18k-19kHz?
Can the windows phone 7 in-built microphone detect frequencies higher than 18kHz?
3
votes
1answer
647 views
Android: How to detect when a user stops talking into the microphone
I have an Android application that begins recording from the microphone when the application starts. In my current version, the user must press a STOP button to stop recording.
How do I detect that ...
3
votes
1answer
2k views
Android: sample microphone without recording to get live amplitude/level?
I was trying to get the amplitude level of a microphone on Android like so:
MediaRecorder recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
Timer timer = new ...
3
votes
4answers
808 views
Outputting audio stream into microphone
Hey everyone. Is there a way of outputting audio from my program and redirecting that stream to the system's microphone input 'layer'? I understand this might require some low-level calls being ...
3
votes
1answer
1k views
Detect tap with pyaudio from live mic
How would I use pyaudio to detect a sudden tapping noise from a live microphone?
3
votes
1answer
681 views
What range sound frequency can be measured from iphone's microphone
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) ...
3
votes
2answers
973 views
Forcing iPhone Microphone as Audio Input
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 ...
3
votes
3answers
1k views
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 ...
3
votes
2answers
2k views
How to adjust microphone gain from C# (needs to work on XP & W7)
First, note that I know there are a few questions like this already posted; however they
don't seem to address the problem adequately. I have a C# application, with all the pInvoke hooks to talk to ...
3
votes
1answer
4k views
Getting data from a microphone in C#
I'm trying to record audio data from a microphone (or line-in), and then replay it again, using C#.
Any suggestions on how I can achieve this?
3
votes
1answer
989 views
Why does Silverlight provides webcam and microphone support without any encoding API?
In the list of new features in Silverlight 4 you will find following:
Webcam and microphone to allow sharing of video and audio for instance for chat or customer service applications.
...
3
votes
1answer
1k views
Detect blow in Mic and do something
i found this tutorial , and it's good , but doesn't work for me !
here is the code :
- (void)listenForBlow:(NSTimer *)timer {
[recorder updateMeters];
const double ALPHA = 0.05;
...
3
votes
4answers
2k views
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 am making a program that can run in the background and pickup a keypress event and toggle mute/unmute ...
3
votes
1answer
1k views
Capture microphone audio stream in Windows using C
I'm looking to build a Morse decoder (and eventually a coder) in C. I'd like to use the audio port as input, and sample the incoming voltage on the port.
How do I go about reading the voltage on a ...
3
votes
4answers
5k views
Managed access to microphone input and system volume
I am looking to do three things:
Access data from the microphone. Really all I want to know is the overall volume of the sound sensed by the device.
Set the microphone gain.
Set the system volume.
...
3
votes
4answers
1k views
How do you turn on the microphone?
How would I go about turning the microphone on and open some kind of a live stream to listen to whats happening on my PC in another location? It's going to be a baby-monitor project.
Any ideas on the ...
3
votes
5answers
4k views
Simulating accelerometers, microphone and camera in XCode
Is it possible to simulate movement (ie the accelerometers), microphone and camera in the XCode simulator?
If so, how do you do it?
If not, are there any XCode addins or third party apps that do it? ...
3
votes
2answers
4k views
How do I process the microphone input in real-time?
I'm starting to create a proof of concept for an idea I have, and at this point, I need some guidance as to how I should begin.
I need to sample the microphone input, and process that signal in ...
2
votes
1answer
52 views
Python 3 - Mac OS X 10.6.x - How to capture microphone input raw sample data?
Greetings to all of you and thank you in advance.
I am currently doing some preliminary research on capturing microphone input data using Python 3. Are there any currently developed ...
2
votes
1answer
79 views
Flash Guitar Tuner
I am attempting to make a Guitar Tuner in flash using the microphone. I need to know how to read the samples from the microphone. I am assuming I would use the SAMPLEDATA Event. But I'm not quite sure ...
2
votes
2answers
173 views
Real time microphone in Delphi?
Is there a real-time microphone Delphi component?
I'm looking for one that provides the results without a buffer.
2
votes
3answers
322 views
How can i remove background noise with java, while recording audio in a crowd zone?
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 ...
2
votes
1answer
67 views
I want to capture audio for all VoIP applications such as Skype, G-Talk, Msn, etc
I need some links to record both microphone and audio in all the applications. I'm developing a audio recorder feature for an application.
I tried intercepting some APIs like IDirectSound and Wave API ...
2
votes
3answers
243 views
How do I detect if a new microphone is available?
It appears that if one has a mic available, then one can add an event listener for the StatusEvent. However, this only tells you if the mic has been allowed or disallowed.
What I'd really like to do ...
2
votes
1answer
217 views
C# Use camera microphone to record
I am making an application that record sound from a microphone and i don't know how to get all the microphones installed on the pc... i've tried with DirectSound but that gives me just the Audio Card ...
2
votes
1answer
189 views
Convert this code to get Microphone Input? Class Source code included
I'm using the WindowsMedia library found here: http://www.ernzo.com/soundstudio.aspx
The sample code had the ability to play audio files, however I'm trying to get the stream to come from the ...