Questions related to audio recording in applications.
I'm making an application where I will: Record from the microphone and do some realtime processing on the input Play …
winapi audio audio-recording directsound audio-playerI am using media recorder for recording call in android using VOICE_COMMUNICATION & MIC mode alternatively. RECORD_SOURCE = MediaRecorder.…
android audio-recording android-mediarecorder android-audiorecordI wrote a code to record audio of call conversation using MediaRecorder. how can i know whether a MediaRecorder is …
android audio-recording mediarecorderI am trying to run the Speech Recorder that comes with the Android 2.2 emulator. The problem is that the moment …
android android-emulator audio-recording microphoneI'm working with AVFoundation for capturing and recording audio. There are some issues I don't quite understand. Basically I want …
ios avfoundation audio-recording cmsamplebufferref core-mediaCan anybody point me to documentation stating the native sampling rates on the different iPhone versions in order to avoid …
ios core-audio audio-recordingI have created functionality to record video in my app. When I play a song, that song is recorded with …
android audio audio-recording video-recordingMy goal is to record my voice through the laptop mic and simultaneously adding an effect to it, in python. …
python audio-recording effects wave scikitsIn my app the user plays a sound by pressing a button. There are several buttons which can be played …
iphone ipod-touch audio-recordingI'm recording a video with the camera, using the MediaRecorder class, after following a tutorial similiar to this http://androidcookbook.…
android audio-recording mediarecorder video-recording