Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
16k views

Android Video Recording Sample

Does anyone got the video recording sample for android , if yes could you please share the same Thanks Vish
4
votes
1answer
136 views

Java solutions to record / replay executed code in a JVM

We have a bug we're trying to find that happens non-deterministically (well, it's deterministic, but we just don't know what's actually causing it) and it only happens once every couple hours. We ...
4
votes
2answers
251 views

Get Shortcut Recorder working in Xcode 4

Is there any way to have a Shortcut Recorder in Xcode 4, where the user can choose the shortcut? I tried DDHotKey, which worked for me, but with this the user can not choose the shortcut himself. ...
3
votes
1answer
338 views

Android: Simultaneous video playback and recording

I'm developing a video chat like application for Android. Can I record and play video on the screen at the same time? Can I compose the videos over one another (FaceTime style) or do the y have to be ...
2
votes
1answer
367 views

Android: Pause voice Recorder and Resume

I've used following code as base to create a recorder. I can start and stop audio recording and it gets saved properly in the location. But now I have a requirments to pause the voice recorder How ...
2
votes
1answer
68 views

I want to capture audio for all VoIP applications such as Skype, G-Talk, Msn, etc

I need some links to record both microphone and audio in all the applications. I'm developing a audio recorder feature for an application. I tried intercepting some APIs like IDirectSound and Wave API ...
2
votes
3answers
153 views

Implementing a macro recorder for a python gui?

I'm wondering how to go about implementing a macro recorder for a python gui (probably PyQt, but ideally agnostic). Something much like in Excel but instead of getting VB macros, it would create ...
1
vote
1answer
183 views

Using RED5 to record video stream

First of all - My English is very bad! so I hope you will understand what i'm asking... I'm having difficulties in understanding how to use red5 to record stream from the client webcam onto the ...
1
vote
1answer
138 views

Audio recorder question

looking for a free audio recorder so user will be able to record him self and the record will be uploaded to the server (by Rails). Is there something I can use to achieve this?
1
vote
1answer
277 views

Problem detecting blow in the iPhone Mic with Cocos2D

Actualization: Finally, after reading the Audio Session cookbook and different kind of post related I found the solution. The code above in the init method: UInt32 sessionCategory = ...
1
vote
0answers
154 views

Recording Audio and Playing Audio at the same time

In my application i am recording input from the microphone and at a certain point i am playing a sound (while the recording is still going). Now the recorder "stops" to record (mrec.stop() may still ...
1
vote
2answers
186 views

How to capture **Video and Photo** at same time in an activity

I want to take video and photo at same time. I have two buttons. 1.when user click on one it have to take video and 2.another button then it have to stop recording video and take photo. Now i am ...
1
vote
0answers
127 views

Is there any good IE recorder?

My client's website ONLY works on IE so I cannot use Firefox plugin Selenium IDE to record. I found WatiN recorder that can be used on Internet Explorer but so far it is very unstable and it often ...
1
vote
1answer
841 views

Android - Audio recorder FileNotFound

I'm trying to record audio this.recorder = new android.media.MediaRecorder(); this.recorder.setAudioSource(android.media.MediaRecorder.AudioSource.MIC); ...
0
votes
1answer
44 views

Android Record Voice and Call at back end

Is it possible that android application runs in background and record the voice and all the incoming and outgoing calls?
0
votes
1answer
107 views

How can I integrate my android voice recorder code to also display the user's current location?

I read through a lot of code in order to make a simple voice recorder application. It works very well and it is pretty straight forward but now and I want to integrate it with some extra feature to ...
0
votes
0answers
59 views

Creating an AVAudioRecorder class

I'm fairly new to xcode/Obj-C (forgive me in advance for my lack of understanding and leaving information out) and I'm wondering the best way to create a simple AVAudioRecorder class. I'm looking to ...
0
votes
0answers
69 views

Android MediaRecorder doesn't work right on some devices

I'm stumped on this one. The app I'm writing contains a recording function and I just use the stock MediaRecorder class provided by Android. This works just fine on my emulator (2.2 OS), my phone ...
0
votes
0answers
77 views

Speaker with AudioToolbox & streaming sound

Could you help me with AudioToolbox? I need to create a speaker (microphone) without recording a file. I would like hear voice from my dinamics. I have some recorder OSStatus error = ...
0
votes
0answers
81 views

Add exif info for videos

I am writing a videorecorder for android, I know how to add EXIF info to an Image, such as a jpg file, but I'm not sure how to add (in code) the same EXIF info to a video(mp4/3gp). Do you do it the ...
0
votes
0answers
78 views

Android Samsung Charge/SCH-i510: Can't Get Audio From Recorder

The issue which we are currently facing, exclusively (so far) with the SCH-I510, is that after we invoke the audio recorder with startActivityForResult() it doesn't return the uri of the recorded ...
0
votes
1answer
117 views

Android: Control Video quality while invoking intent

I'm invoking Video Recorder as below. Intent intent = new Intent(android.provider.MediaStore.ACTION_VIDEO_CAPTURE); startActivityForResult(intent, REQUEST_VIDEO_CAPTURED); Is it ...
0
votes
2answers
82 views

Android: Timer to show in he UI

I've written a Audio Recorder for my application. Now I want to show a timer in the application that ticks as long as user does the recording. How can I acheive this?? Any tutorials or links please. ...
0
votes
1answer
224 views

Android: Record using default video recorder and return the sd card path

I'm trying to develop an application which records the video using default application and writes to sd card and then return the sd card path to previous activity. Why it is not working for me?? i'm ...
0
votes
0answers
144 views

Open Source Audio Recorder for ios?

I am wondering if anyone can point me to an open source audio recorder for ios? What I have in mind is a dead simple interface that you can use to make simple voice recordings. Usually I can find ...
0
votes
1answer
219 views

setMaxDuration failed when creating Android video recoder

I'm currently trying to create a very simple video recorder on Android without using intent, just a custom app. My code snippet is following import java.io.IOException; import android.app.Activity; ...
0
votes
0answers
59 views

Creating A Browser Recorder

I want to build a simple browser recorder like imacro, please I need your advice on which programming language is best, how to go about writing the parser and other necessary things I need to know.
0
votes
0answers
260 views

Obj-C/Cocoa: Use of Shortcut Recorder Framework, how?

to capture keystrokes for registering global hotkeys i want to use the shortcut recorder. but i can't get it to work. here is what i have done so far: checked out the current version from the svn ...
0
votes
2answers
596 views

Call recorder in Blackberry

In my application, I want to record the call upto 10 mins. Is there any way to implement this? Any help is much appreciated.
0
votes
0answers
240 views

Maximum Supported Video Recording Size

Is there a way to get the maximum supported video recording size? I am writing a video capture app for android 1.6+. My intentions are to query the maximum supported recording size, then have an ...
0
votes
0answers
245 views

Android Sound Recorder

I had developed a sound recorder in android with the help of tutorial given here. My problem is that the resulting recorded file is very slow, which also affect its quality. Is there any better way ...
0
votes
1answer
149 views

Silverlight test recorder

Is there a tool to record and play tests for a Silverlight application in both IE and firefox? I tried to set up Silverlight-Selenium but while setting up the Silvernium.dll file, I get the message: ...
0
votes
2answers
280 views

UI Recorder template not found in instruments

I have installed xcode4 and used profiling for leaks and allocations, etc. However, I don't find the new UI Recorder template in instruments under iOS however I find a template named Automation. ...
0
votes
0answers
375 views

Audio library for Android?

Is there a good audio library for Android out there? Essentially I want to be able to split and join recorded audio files, is there a smooth way of doing this?
0
votes
1answer
251 views

Trouble set location to recorded audio

I have to following code to launch and the audio recorder on Android: final Intent recordSoundIntent = new Intent ("android.provider.MediaStore.RECORD_SOUND"); String fileName = ...
0
votes
1answer
307 views

PHP Mobile website voice recorder with Mobile handset

For my website in PHP, we are generating mobile website and have to implement a voice recoding facility via from any mobile device, do you guys know any better option to easily integrate the same with ...
0
votes
1answer
119 views

How can I make the Recorder Toolbar stay visible?

I can make the Recorder Toolbar appear on my Visual Studio toolbar by right-clicking the toolbar, selecting 'Customize', then selecting 'Recorder', but the toolbar always get's removed when I stop ...
0
votes
1answer
91 views

qooxdoo and javascript screen recorders

Hi: I'm trying to use an javascript screen recorder in my qooxdoo app (efexam.com/app), but user clicks are captured by qooxdoo and the screen recorder (smt2) don't get them. Just get and record the ...
0
votes
1answer
243 views

How to apply Filters on publishing stream

I've developed a Flash video recorder(using AS3, Flex) which captures live web cam and streams to Wowza media server. I am trying to apply sharpness, contrast, saturation and sharpness filters on the ...
0
votes
1answer
243 views

Why does the Selenium IDE recorder call my LocatorBuilder function multiple times per user click?

I have defined a LocatorBuilder function and inserted it as the first element of LocatorBuilders array. It is working nicely. However, when I add an alert() at the top of my function, I observe that ...
0
votes
3answers
2k views

Android Intent Save Path

At the moment I am using two intents. One for voice-recording, another for the camera: Intent photoIntent = new Intent("android.media.action.IMAGE_CAPTURE"); startActivityForResult(photoIntent, ...
-2
votes
4answers
2k views

can anyone give code for voice recorder as an application on android phone?

i want to develop an application on android phone regarding voice recorder.i have to record a sound for about 30 seconds and then stop and save the recorded sound in gallery.can anyone post the code ...