I am trying to develop an android application which will retrieve a voicemail message left by a user, but I\'m stuck in its development
This isn\'t another one of those \"How can I record audio in the browser?\" questions... I know that the HTML5 Stream开发者_开发知识库 API is around the corner and Flash can already access the user\'s
I am using the following code to record audio: Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType(开发者_开发技巧\"audio/*\");
I have recorded audio in 3gp format and keep it in sd card.. this is my code and it run sucessfull.. I need to add an image to that audio file so that the added image will be the album cover & whe
I want to write an application in windows forms .Net 4 c# to list the available input devices and then when the user press a button it opens the input device as a stream.
I\'m 开发者_高级运维using the mic input (3.5mm) as a sort of analog to digital converter through the AudioRecord interface. I need to take a sample approximately every 1(worst case) to 3 (best case) m
I am having an issue with the MediaRecorder class. When I call the start() method, the recorder starts recording(audio) but after some delay (The delay is quite noticeable - approximately 1 second). I
Is anyon开发者_StackOverflowe out there using the simulator to handle 8kHz audio at the AudioUnit level?
I have been searching high and lo开发者_JAVA百科w and am at the point of desperation. What I am trying to accomplish is to simply record audio from the microphone, save it to a file and then play it b
I have some AudioSink which is assigned to some CaptureSource. CaptureSource captureSource = new CaptureSource() {