Top "Audio-recording" questions

Questions related to audio recording in applications.

HTML5 record audio to file

What I ultimately want to do is record from the user's microphone, and upload the file to the server when …

javascript html html5-audio audio-recording
Detect & Record Audio in Python

I need to capture audio clips as WAV files that I can then pass to another bit of python for …

python wav audio-recording
get duration of audio file

I have made a voice recorder app, and I want to show the duration of the recordings in a listview. …

android audio audio-recording duration
Audio capturing with HTML5

I've tried to see if there's a way to record audio with HTML5 to no avail. I tried using this …

html audio-recording
How can I record a conversation / phone call on iOS?

Is it theoretically possible to record a phone call on iPhone? I'm accepting answers which: may or may not require …

ios iphone audio audio-recording
How can I record currently playing audio on the iPhone?

I'd like to record what the iPhone is currently outputting. So I'm thinking about recording audio from Apps like Music (…

iphone audio-recording avaudiorecorder
How To Modify Android's Bluetooth Stack to Enable A2dp Sink

I'm working on an audio recorder app that uses a bluetooth mic to record audio on to an Android device (…

android bluetooth audio-recording microphone a2dp
ImportError No module named pyaudio

I am writing a program in Python on RaspberryPi, But I am getting an error ImportError No module named pyaudio …

python raspberry-pi audio-recording importerror pyaudio
Android: Need to record mic input

Is there a way to record mic input in android while it is being process for playback/preview in real …

android audio audio-recording audiorecord
Record voice with Java

I want to record voice using a Java application; I guess this will be basically an applet that will run …

java audio audio-recording applet