Top "Audio-recording" questions

Questions related to audio recording in applications.

How do I capture the audio that is being played?

Does anyone know how to programmatically capture the sound that is being played (that is, everything that is coming from …

winapi audio directx audio-recording
Why does Android AudioRecord initialization fail?

I used following Tutorial to make a sound recording app: When I start it on my test device (LG P970 …

java android eclipse audio-recording audiorecord
Monitoring an audio line

I need to monitor my audio line-in in linux, and in the event that audio is played, the sound must …

linux bash audio audio-recording
Pause and Resume Audio recording in Android

I am developing an audio recording application in Android 2.3 using MediaRecorder class. I have the following requirement : When an interruption …

android audio-recording