audio-recording
voice mail (VVM) in android
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[详细]
2023-03-04 17:34 分类:问答Javascript library for recording user audio?
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[详细]
2023-03-04 17:15 分类:问答How to know the length of an audio recording in Android
I am using the following code to record audio: Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType(开发者_开发技巧\"audio/*\");[详细]
2023-03-02 16:20 分类:问答Record audio in Android
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[详细]
2023-03-01 00:59 分类:问答List available audio inputs and open the selected as a stream
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.[详细]
2023-02-28 20:20 分类:问答How to get volume from mic input
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[详细]
2023-02-28 00:16 分类:问答MediaRecorder class starts recording audio after slight delay
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[详细]
2023-02-22 07:41 分类:问答The iPhone simulator audio only works for 44100Hz, 22050Hz, and 11025Hz
Is anyon开发者_StackOverflowe out there using the simulator to handle 8kHz audio at the AudioUnit level?[详细]
2023-02-22 04:41 分类:问答Record and playback audio in MS Access
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[详细]
2023-02-21 13:38 分类:问答Capturing audio using Silverlight
I have some AudioSink which is assigned to some CaptureSource. CaptureSource captureSource = new CaptureSource() {[详细]
2023-02-21 00:39 分类:问答