Questions related to audio recording in applications.
I'm trying to use the RecorderJS library (https://github.com/mattdiamond/Recorderjs) which requires me to have an AudioContext. However, …
javascript html audio audio-recording webkitaudiocontextIn recorderjs rec.exportWAV([callback][, type]) is used to generate a Blob object containing the recorded audio in WAV format. …
javascript audio mp3 audio-recording recorder.jsI am using a thread which records the audio using AudioRecord class and placed in recorderBUffer (which is a linked …
android audio audio-recording android-2.3-gingerbreadI am trying to record audio in C# using NAudio. After looking at the NAudio Chat Demo, I used some …
c# audio-recording naudioI get the IllegalStateException on MediaCodec.configure() line, I'm trying to record audio using MediaCodec. This only occur on some …
android audio-recording codec android-mediacodecIs it possible to disable noise cancellation for the microphone in Android (specifically 1.5) via code? I want to create a …
audio audio-recording microphone android-1.5-cupcakeI am developing an iOS app that has a button with a microphone on it (along with other features). When …
iphone ios cocoa-touch ipad audio-recordingI'm trying to use recorderjs on an app engine site where users upload short audio recordings (say, 1 to a dozen …
html audio wav audio-recording recorder.jsIs there a way to record the audio data that's being sent to webkitAudioContext.destination? The data that the nodes …
audio-recording html5-audio web-audio-api webkitaudiocontextI want to record call from android phone. I am using android.media.MediaRecorder pckg. Also used following code: mrec.…
android audio-recording telephony phone-call