Questions related to recording of media like audio, video and speech.
1
vote
0answers
18 views
How can I setup twilio call record?
I have an iOS app with Twilio calls and voice record.
I'm using Twilio Client iOS SDK.
When user want to call the connection is created with code:
TCDevice* _device ...;
TCConnection* _connection ...
0
votes
2answers
31 views
Copy text from website to text/excel file
I'm trying to create a simple (hopefully) Python script that copies the text from this address:
http://api.bitcoincharts.com/v1/trades.csv?symbol=mtgoxUSD
to either a simple text file or an excel ...
0
votes
0answers
62 views
Android 4.2.2 : Pause and resume video recording?
I just upgraded my Samsung Galaxy S2 from Android 4.1.2 to 4.2.2 (SlimRom).
The new video recording interface does not have pause and resume functions anymore :-(
How could I get them back (without ...
1
vote
1answer
50 views
QTP 11 Extensibility developing (.NET sdk) - calling Record() on the recorder object fails
As far as I looked, there's no answered question about QTP's Ext. sdk on stackoverflow (and almost anywhere else on the net; there isn't even a appropriated tag for it...), so I'm aware it's unlikely ...
0
votes
2answers
38 views
Asterisk after recording save to .wav file automatic email e.g gmail [closed]
first i already done with recording and save to '.wav' file and also im done with the script that email the '.wav' using 'postfix', my problem is when the recording is done automatically email the ...
1
vote
0answers
55 views
Video play in landscape although i recorded in portrait
As title says i have this code to prepare my recorder:
private boolean prepareMediaRecorder(){
myCamera = getCameraInstance();
Camera.Parameters p = myCamera.getParameters();
...
-3
votes
0answers
19 views
Recording mp3 into memory Stream [closed]
Hello every body I want to use NAudio to record sound into a memory stream. Because my code always
sets the property of memory stream "Can read" by false value.
Even the problem fixed ,
...
0
votes
0answers
33 views
How to start a preview again after using MediaRecorder?
I have this code, but when i record a segment preview is stopped. How i can get it back?
EDIT: theres a code, i would like when i lift my finger to return the camera preview. I tried reinit the camera ...
0
votes
0answers
53 views
Audio Recording from a microphone to a wav file using Qt
I am trying to do an application with the purpose of being able to record phrases and have them automatically saved in a chosen directory as wav files. For this I am trying to use the QAudioRecorder ...
-1
votes
1answer
46 views
iOS Playing and Saving Music Files [closed]
I'm planning on starting a project for iOS that will be able to let the user play on a simulated musical instrument (its a guitar app). I'm looking for some help on how I can go about a few of my ...
0
votes
0answers
15 views
How to allow an Android user to record their interactions with any website?
I need to add the functionality to an Android app for a user to record their interactions with any website of their choice. This definitely needs to include, but is not limited to:
Interactions with ...
-1
votes
0answers
30 views
Recording audio, sorting it, playing it, storing it [closed]
I'm looking to build a web application that records brief audio from a user, plays it back, and then calls up 3 (pre-determined) related audio recordings from other users and plays them all together. ...
0
votes
0answers
29 views
Sox automaticlly stopped when silence [closed]
Sox is real switch-pocket knife, many options and i have the following problem.
I want to start sox and sox have to record until I stopped to speak (silence) and then sox have to automatically ...
0
votes
0answers
16 views
python txt record format
I use this code below to save data to a txt file
listnan can contain numeric or string values
How can I do to specific recording numeric with only 2 digits after coma?
Regards
k = ...
0
votes
0answers
17 views
Recording format for mobile
Abit lost at the moment in a world of recording formats and thought i would ask for some advice.
I am building a recording app at the moment with titanium which works great.
...
0
votes
0answers
42 views
appending .aac audio files in Windows phone
I have a WP8 application and I need to record voice - I use AudioVideoCaptureDevice for that (I use aac encoding, I need to use this). I need to allow user to resume recording, and there is a problem. ...
0
votes
1answer
79 views
Recording and play audio stream recorded from microphone
I want to record a sound / conversation with python (pyaudio) and after that use the stream that was recorded and play it on another computer using sockets (without files, just python)
How can i do ...
0
votes
1answer
58 views
Enable ring/silent switch with AVAudioSessionCategoryPlayAndRecord
How do I make physical ring/silent switch work again when I want to play and record audio at the same time using AVAudioSessionCategoryPlayAndRecord? I just cannot find an answer to that anywhere.
0
votes
1answer
39 views
Android encoder and file format for voice messages
I am developing an Android application that needs to send short (<60 second) voice messages to a server.
File size is very important because we don't want to eat up data plans. Sound quality is ...
0
votes
0answers
35 views
Javascript Audio Recording and Saving from browser ,
I need to add a plugin in my web application that enables the user to record a sound message then save it in Server,
I tried
http://www.sajithmr.me/jrecorder-jquery
and
...
1
vote
1answer
123 views
Screen recording within android using libgdx or not
I managed to do this by taking a series of screenshots and convert them to video using ffmpeg (ffmpeg compiled for android and include all *so to asserts, copy them all to to data/data/my.package/ ...
-1
votes
1answer
463 views
How to record the incoming and outgoing phone calls in android? [closed]
i have no idea about this can anyone give the useful link or any idea to learn this topic
1
vote
0answers
33 views
iOS Record game based on UIImageView animations
I have an iOS app with a game based on animated UIImageView.
I want to record the game play.
I found a library that capture an UIImage on every drawRect and then make a video with all the UIImages.
...
0
votes
0answers
16 views
Record video and save file
I need to write an application to record video from a connected camera and save that video to the file system or upload it to a server
I think flash was the right option but is too difficult to ...
0
votes
1answer
46 views
Getting another Java Program's Sound
I'm writing a video recording program, and it's going quite well. I can record mic as well as video from the screen. However, I would also like to be able to obtain sounds from another Java program ...
0
votes
0answers
99 views
Displaying live web cam recording preview?
I'm working on a program that currently records the live feed from the webcam.
Without cramming code in here i'll simplify explanation of my problem and question.
I created a LiveDeviceSource and ...
0
votes
1answer
25 views
IOS Video recording using UIImages arriving at random times
I'm developing an iOS app that gets UIImages at random times from an internet connection, and progressively constructs a video file from them as the images come in. I got it working a little, but the ...
0
votes
0answers
91 views
Record video using OpenCV in android
Is is possible to record video using openCV in android platform? I have read that OpenCv not supporting video recording for android or we can capture open picture not video , is it true?
1
vote
1answer
162 views
Camera server died! Error 100 when starting recording
NOTICE: I'm Using Monodroid, expect C# code.
I'm facing this error when the _recorder.Start() is called.
CODE:
private void IniciarGrabacion()
{
try
{
CamcorderProfile camProfile = ...
1
vote
1answer
145 views
Android Video Preview and Video Recording
Hi guys i need to record a video for a particular duration which is working fine. But i need to add a 30 seconds of delay before starting the actual video recording but in the mean while i need to ...
0
votes
0answers
21 views
How to record my mpegviewer without xml file
Hi Im having a problem in my codes. I saw a codes on the net about mpegviewer and in recording
now my problem is how to connect these two problem. I don't really know where to put the recording codes ...
1
vote
1answer
171 views
Camera Error 100 on .takePicture ONLY AFTER stopping a video recording
Greetings StackOverflowers!
I've searched at great length, but finally have to admit I'm out of ideas.
Please find a minimalist Eclipse project at https://github.com/ppinter1/AndroidCamera.git which ...
0
votes
0answers
10 views
recording in android
I am trying to record wav file in android, I have viewed your forum, and most of u recommend using the code in this link:
http://www.androiddevblog.net/android/android-audio-recording-part-2
I used ...
0
votes
1answer
76 views
Recording sound into bytestream in Android
I want create an app which records a sound into bytestream and it can be listened again. It will not save the recorded audio into a file, rather it will save it into a hardware memory. And a play ...
0
votes
0answers
66 views
iOS AVCam record with latency
I am using AVCam to record audio/video. The system make a recording start with AVCaptureMovieFileOutput object.
AVCaptureMovieFileOutput *movieFileOutput;
...
[[self movieFileOutput] ...
1
vote
2answers
412 views
Background video recording in Android 4.0
I try to organize background video recording in Android 4.0. But I can't do it because of these problems:
Dummy Surface does not work in MediaRecorder (error: invalid surface)
If you use Surface 1 x ...
0
votes
2answers
242 views
Record TV channel stream using RED5 media server?
I want to record live TV channel stream. I know, in wowza media server, you can re-stream rtsp stream (for TV channel) and record using HTTPLiveStreamRecord addon.
Can I do such recording using RED5 ...
0
votes
1answer
83 views
Video and audio recording from webcam using opencv and pyaudio
I'm a beginner in Python and would like to build a video diary like in the
Movie "Avartar". I would like to use OpenCV. Recording the video stream of my webcam workslready, but how can I save my ...
0
votes
1answer
182 views
I am using EveryPlay api to record video and can not record sound
The recommended api for sound is FMOD which is paid. If there a possible free api for sound which can replace the standard simple audio engine of cocos2d?
2
votes
2answers
85 views
Making a screen recording of my programming work
I saw a cool video of someone coding a NES emulator. If you watch it, you see that there are no pauses, no hesitations, .. He gives a bit of information on how this is done on his site. The idea is ...
0
votes
1answer
114 views
Sending android audio recorded file as an attachment of an email giving error when trying to read file (URI path not absolute)
I'm saving an audio file using Media recorder and the following code:
public class AudioRecorder {
final MediaRecorder recorder = new MediaRecorder();
final String path;
/**
* Creates a ...
6
votes
1answer
139 views
Custom Video Recording Orientation
When I record video using MediaRecorder in portrait mode, video recorded in landscape mode ,
I have tried for mMediaRecorder.setOrientationHint(90); and mServiceCamera.setDisplayOrientation(90); but ...
0
votes
0answers
39 views
Record download in Visual Studio 2012
I'm going to be pretty straight forward about this:
I managed to record a file upload test in Visual Studio 2012, by deploying the uploaded file(s) to the project before recording the test.
The ...
0
votes
1answer
190 views
How can I access second microphone signal in android device?
How can I access second microphone signal in android device?
I'm trying to make 2-channel noise reduction app and I don't know how to access second microphone signal.
I use Galaxy S2 which has 2 ...
0
votes
0answers
201 views
iOS Video Recording Orientation
My app records video for later debriefing.
I've had the app working just fine for a while, but the code I use has been deprecated in iOS 6.0.
Here's what WAS working (only showing video portion of ...
0
votes
0answers
78 views
VS2012 write the testmethod wrong again and again - why?
Visual studio 2010 and vs2012 are installed on my virtual maschine (windows server 2008 R2 64 bit). I want to create coded UI Test in VS2012.
VS2012 has a problem to record "close browser". If I ...
0
votes
1answer
253 views
How to record audio stream using ffmpeg?
I have a problem using ffmpeg:
when i trying to record video+audio from my webcam in result i got only video stream, wthout audio at all.
I have tried different codecs and nothing..
Maybe, someone can ...
5
votes
2answers
244 views
How Can I Deal with C# .NET TimeSpan Progressive Rounding Error while Recording Video Frame-by-Frame?
This is a neat issue, and not a "tell me what code works", but rather a "how do I logically handle this situation" question.
I have, in short, video + audio coming in a from an IP camera via RTSP.
...
0
votes
1answer
101 views
how to store video recorded in a specific path
I'm trying to record video using the default camera app. Here is the intent passed to the camera app.
Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);
startActivityForResult(intent, ...
3
votes
0answers
202 views
iOS: analysing audio while recording video to apply image filters
I'm desperate to find a solution to the following problem: I have an iPhone application that:
can record Video and audio from the camera and microphone to a video file
perform some audio processing ...

