Top "Microphone" questions

A microphone is an acoustic-to-electric transducer or sensor that converts sound into an electrical signal.

How to record audio on webpage (iOS, Android, PC/Mac) - no flash

I have a requirement to allow a user to record an audio file using their microphone, but it has to …

android ios html audio-recording microphone
Choose between built in mic and headset in iOS

We are developing an app that needs to change the audio route in iOS. We need to get some information …

ios audio routes microphone remoteio
Detect tap with pyaudio from live mic

How would I use pyaudio to detect a sudden tapping noise from a live microphone?

python microphone pyaudio
How do you enable a microphone input in the android emulator

I have been on a rough ride trying to do something using the Speech recognition on an android emulator. Having …

java android speech-recognition adb microphone
Java Record Mic to Byte Array and Play sound

I want to make a live voice chatting program in Java, but I know nothing about recording/playing sound in …

java sockets audio microphone
How to adjust microphone volume in android?

I want to recorder the sound, but the mic (microphone) input sound is too loud, and I want to adjust …

android record volume microphone
HTML5 capture audio from default microphone

Can somebody help me on how to capture audio from default microphone using HTML5? There are many samples available, but …

html audio capture microphone
Android AudioRecord initialization fails every time

My problem is simple to explain -- I am trying to create a AudioRecord object but it fails to initialize (…

android microphone audiorecord android-audiorecord
Realtime microphone sound level monitoring

I'm trying to access sound volume data from the microphone in realtime. I've tried AVAudioPlayer but it only monitors sounds …

ios iphone microphone
Python Speech Recognition: 'module' object has no attribute 'microphone'

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 …

python python-2.7 python-3.x speech-recognition microphone