The recorder tag has no wiki summary.
0
votes
1answer
60 views
Measuring Sound input from Iphone
I'm trying to make a small sound measuring app in xcode for an iphone and i've been using the following tutorial to activate the microphone
...
0
votes
0answers
114 views
android recording a video, initializing the camera 2
i try to implement this code and don't understand what wrong with it.
the same code appear in this question
android recording a video, initializing the camera
but i don't understand what the ...
0
votes
0answers
48 views
Android video recorded in horizontal/mirrored
I am having trouble with my video playing/recorded in an horizontal view.
My camera parameters:
// Camera.Parameters p = camera.getParameters();
//// p.setPreviewSize(width, ...
1
vote
1answer
127 views
Android app demo recorder app?
This is not really a developer question but not sure where else to ask. I'm getting close to making a video tutorial for my android app. On windows I used something called "demobuilder" which is ...
-1
votes
1answer
42 views
Does anybody know a good free program for recording Skype video? [closed]
I am searching for a program that can record Skype video for free. I have tried some but none of them satisfied me. Any piece of advice is appreaciated. Thanks!
0
votes
1answer
112 views
RecorderJS uploading recorded blob via AJAX
I'm using Matt Diamond's recorder.js to navigate the HTML5 audio API, and feel this question probably has an apparent answer, but i'm unable to find any specific documentation. Now, for the question: ...
0
votes
0answers
39 views
Why the telephone recording derived file can not play?
I create a telephone recording program. When I record voice in SD card, it is not the 3gp format and can not play. I do not know the reason.
Manifest file:
<manifest ...
2
votes
1answer
187 views
Audio Recorder get noise level in decibal
I am trying to fetch noise level of recorded audio in decibals. I am using following code but it is not giving the correct output
byte[] audioData = new byte[bufferSize];
recorder.read(audioData, 0, ...
0
votes
2answers
47 views
Camera API of Corona availabilty on Windows
I want to make an iphone app in corona which uses camera and audio recorder functionality but as far as i searched out, camera app is not supported on windows OS.
So am I not able to create such app ...
1
vote
0answers
324 views
Android Front Facing Camera Android 4.0.3 ICS Start Failed
I'm trying to create a Android app that records a video from the front facing camera. The preview works fine, but as soon as i start recording the app crashes with the error ...
0
votes
0answers
84 views
Select directory on SD to save audio record
I am creating an app that records audio but it automatically saves the audio in the root of the SD. How can I do to make the application to create a folder called "Pouf" into the SD and then save the ...
0
votes
0answers
404 views
Audio recorder is not working on samsung s3 sprint phones
I have an audio recorder class to capture raw audio frames.It works on all other phone except samsung s3 sprit versions.(It works on other samsung s3 phones).I have figured out a work around for this ...
0
votes
2answers
124 views
android recorder start invalid state 4
I don't kno why but the start() method throw an error and crash the app:
public class Noise extends Activity{
@Override
protected void onCreate(Bundle savedInstanceState){
...
1
vote
0answers
20 views
Is it possible to close the simulator when using instruments uiautomation recorder?
I'm currently recording a lot of test for my App using Xcode Instruments UIAutomation, the current issue I'm facing is that if I run more than one script at the time or even 1 script but with the ...
0
votes
0answers
350 views
audio recorder blackberry error
I am developing an app for sending audio .amr files to the server. But the server is giving me the following message:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
2answers
60 views
how to drag or drop multi uitableveiwcells on ios?
I want do drag a lot of selected cells and recorder them in my app.But I don't know how to do it.It seems apple just let u to drag one that what I have done it.
idea?
-4
votes
1answer
262 views
Develop a C# application with screen, mic and speaker recorder [closed]
I am trying to record screen with my mic and audio stream I am receiving from other end (to make it simple, it can be music playing in windows media player).
How can I achieve this? Technology is not ...
1
vote
0answers
88 views
Video Recorder Issue in Blackberry
I've implemented video recording feature in my application and it works fine on all the popular BB devices with OS versions 6.0 and later except BB Torch.
In BB Torch, the recorder is getting ...
1
vote
1answer
73 views
KRecorder's preview function doesn't work in red5 localhost
I install red5 server in localhost, then use a recorder widget - KRecorder, it work well but when I change the rtmphost from "rtmp://www.kaltura.com" to "rtmp://localhost", the preview function ...
0
votes
0answers
242 views
screen recorder on android
I want to capture images of the current view or app and then make a video from the captured images.
The video should be created simultaneously, which means I don't have to store all images and then ...
2
votes
0answers
913 views
android: media recorder : start failed: -38
Brief: How to check if voice recording is already running in background in some other app.
Detail: if voice recording is already running in background from native app: Voice recorder.
Now I have ...
0
votes
2answers
337 views
Video recorder that can be used with Wowza
Do you guys have any suggestions on free/paid solutions for recording video from webcam and storing it on the wowza media server? I tried the wowza recording example but I couldn't figure out how I ...
0
votes
0answers
62 views
Screen Recorder For Gaming [closed]
Can someone recommend some good free screen capture software? I'm only going to be recording some gameplay for my YouTube channel. Fraps doesn't seem to record on my system. CamStudio has s very low ...
1
vote
0answers
189 views
Create video from images without library or API
I want to create a screen recorder. To do this, I will be taking a specific amount of screenshots every second and saving them to a temp folder. Once the "recording" has stopped, it will convert these ...
1
vote
1answer
70 views
automated movie clip recording
I need to capture video clips during automated tests wich runs over 12 hours.
My problem is that the movies get too big and i only
want small movie clips if an error occurs.
So my idea was to write ...
0
votes
1answer
257 views
How to use a patch file in android
I have a HTC sensation(4.0.3) and trying for 2 way call recording.
So I decided to use "sensation_stock_2_6_35.patch" for installing rvoix call recorder.But I couldn't find a way to do that.
Please ...
1
vote
0answers
192 views
Streaming a call voice on android?
After a bit of googling I came to know that recording a call in android is not possible maybe because of some legal reasons, But I want to know whether its's possible to stream the call voice from ...
0
votes
1answer
160 views
Thick slow recorded sound using android recorder
I'm developing an android application that records sound using Mediarecorder class
The following is a part from my code:
public void start() throws IOException {
String state = ...
0
votes
1answer
602 views
Recording sounds on android using MediaRecorder
I'm developing an android application that records sound using AudioRecorder class
The following is from my code:
public void start() throws IOException {
String state = ...
2
votes
1answer
175 views
How to set automatic file name creator according to current time?
I am creating a recorder application in java. I want to set the file names according to the current time. In an android application I have seen it like
import android.text.format.Time;
public ...
1
vote
1answer
220 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
608 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 ...
1
vote
1answer
976 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 ...
3
votes
1answer
2k 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 ...
1
vote
1answer
489 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?
0
votes
1answer
707 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 ...
1
vote
2answers
487 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
677 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 ...
5
votes
1answer
573 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 ...
2
votes
2answers
1k views
Detecting blow in the iPhone Mic with Cocos2D
I'm using Cocos2D and the system particles and I hope I wrote this correctly in English.
I'm having problems to recognize sounds with the iPhone mic in certain way.
I have different sections in my ...
2
votes
1answer
572 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 ...
2
votes
1answer
218 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 ...
1
vote
2answers
1k 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 ...
5
votes
3answers
501 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.
...
0
votes
1answer
559 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;
...
2
votes
1answer
675 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
2k 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.
1
vote
1answer
614 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 ...
5
votes
1answer
757 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 ...
0
votes
1answer
264 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: ...
