Questions related to audio recording in applications.
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-recordingI need to capture audio clips as WAV files that I can then pass to another bit of python for …
python wav audio-recordingI have made a voice recorder app, and I want to show the duration of the recordings in a listview. …
android audio audio-recording durationI've tried to see if there's a way to record audio with HTML5 to no avail. I tried using this …
html audio-recordingIs it theoretically possible to record a phone call on iPhone? I'm accepting answers which: may or may not require …
ios iphone audio audio-recordingI'd like to record what the iPhone is currently outputting. So I'm thinking about recording audio from Apps like Music (…
iphone audio-recording avaudiorecorderI'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 a2dpI 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 pyaudioIs there a way to record mic input in android while it is being process for playback/preview in real …
android audio audio-recording audiorecordI want to record voice using a Java application; I guess this will be basically an applet that will run …
java audio audio-recording applet