Tagged Questions
The recording tag has no wiki summary.
38
votes
7answers
47k views
How do I record audio on iPhone with AVAudioRecorder?
Now that iPhone 3.0 sdk is public, I think I can ask this question for those of you that have already been playing with the 3.0 sdk. I want to record audio in my application, but I want to use ...
9
votes
6answers
3k views
Looking for a way to encode mp3 on iPhone
I'm looking for a way to encode an mp3 file on the iPhone. I'm writing an app that records an audio clip with the microphone and uploads it to a server. The iPhone SDK has APIs to write out .caf and ...
8
votes
2answers
144 views
What kind of “Industry leading recording technology” does Google use to re-execute manual tests?
I was reading Google's Testing Blog entry about how Google partitions its tests into small, medium, and large tests, and that not all of these tests are automated. Later in the entry the author goes ...
6
votes
6answers
1k views
Create Android App Video Demo
Is there a way to make smooth video demos of android apps that I can post on youtube?
I want to attach YouTube videos tutorials for my apps on the Android Market. The current solutions basically take ...
6
votes
2answers
3k views
Android: AudioRecord Class Problem: Callback is never called
My Android Java Application needs to record audio data into the RAM and process it.
This is why I use the class "AudioRecord" and not the "MediaRecorder" (records only to file).
Till now, I used a ...
6
votes
4answers
1k views
how to resume recording after interruption occured in iphone?
I am working on an audio recorder application, it is working perfectly fine.
But I'm stuck with the problem of interruption. When a call comes,
- ...
5
votes
1answer
354 views
Handle interruptions from alerts during voice recording
I am working on a voice recording app wherein there could be interruption by phone calls, text messages, and/or system alerts. As for phone calls, I realize the recording has to be stopped and have ...
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
5
votes
1answer
990 views
OSX Audio Hijack style audio recording from other applications (cocoa)
Hi basically I am lost in apples documentation and not sure where to start on this.
I need to record the audio from applications running on my system, similar to audio hijack and wiretap studio pro, ...
4
votes
3answers
519 views
Recording video on an iPhone 3G
I am writing an application that records video on an iPhone using the UIImagePickerController class. The application works fine with the iPhone 4 and iPhone 3GS but I am getting an error on the ...
4
votes
1answer
711 views
iphone - any way to manipulate recorded audio?
Specifically, I just want to record something, reverse it, and play it back. I've looked through the apple docs and couldn't find anything about editing audio. Is it possible?
3
votes
1answer
444 views
Java - recording from mixer
I have a problem connected with my previous question. I want to record audio from mixer (speakers), i'm using javax.sound. I have to set up audioFormat and i dont know what to type there :/ Using ...
3
votes
1answer
343 views
How does Youtube webcam recording work? Other webcam recording solutions?
Which flash server does youtube use for http://www.youtube.com/my_webcam ? Is it just FMS?
I'm asking because I have to implement a webcam recording application, and youtube one's the best I've seen ...
3
votes
6answers
4k views
How do I convert an audio stream to MP3 using Java?
Is it possible using Java to convert a real time audio stream from the mixer to MP3?
It has to be converted chunk by chunk otherwise the memory will be exhausted.
I already know how to record but ...
2
votes
1answer
114 views
Audio recorded using Audio Queue Services to data
I want to transmit voice from one iPhone to another. I have established connection between two iPhones using TCP and I have managed to record voice on the iPhone and play it using Audio Queue ...
2
votes
0answers
51 views
Application-Bridge for iChat Audio Channels
There is a feature in GarageBand that allows you to record iChat Audio sessions directly into GarageBand. When you are the host of an iChat conference (you called the other party/parties), you can ...
2
votes
2answers
95 views
Recording lossy video stream
I'm trying to record live video stream to a file.
I tried with VLC using
vlc {INPUT} --sout '#std{access=file,mux=ts,dst=file.mp4}'
I tried with ffmpeg using
ffmpeg {INPUT} -vcodec copy ...
2
votes
2answers
246 views
Record iPhone app video (without simulator)
How can I record a video of an iPhone app? I can't use the Simulator because the application is very OpenGL-heavy and uses an accelerometer/gyroscope.
2
votes
3answers
590 views
How do I setup a selenium server?
I'd like to setup a Selenium server so that clients can record tests locally and then these and these can be replayed and tested on an Ubuntu server with Firefox + Chrome.
Unfortunately the Selenium ...
2
votes
1answer
91 views
Open source, cross platform CD/DVD recording library for C++
I am looking for an Open source , free, and cross platform CD/DVD/BD recording library for C++(Qt).
Does anyone have any suggestions?
Thanks in advance.
2
votes
2answers
158 views
Virtual Instrument App Recording Functionality With RemoteIO
I'm developing a virtual instrument app for iOS and am trying to implement a recording function so that the app can record and playback the music the user makes with the instrument. I'm currently ...
2
votes
1answer
633 views
android voice recorder application
I want to create a voice recorder application in android 3.0. The scenario is when i click on record button it has to start record and when I click on stop button it has to stop recording.
After ...
2
votes
3answers
189 views
Recording footage of iOS accelerometer games
We're releasing an iOS game and we're running into the problem of recording promo materials.
Currently, we're using an application on the device to transmit accelerometer data to the simulator. ...
2
votes
2answers
1k views
Can the Android emulator record and play back audio using pc hardware?
I don't have an android phone, but i'm trying to develop for it anyway. The only way to test my application at the moment is to use the emulator, which I've read does not support audio recording. ...
2
votes
2answers
476 views
How to resume a recording using AVAudioRecorder?
I am writing an application that uses the AVAudioRecorder class. It works great except for when a phone call comes in. I am handling this per apple's guidelines of using the AVAudioRecorderDelegate ...
2
votes
5answers
503 views
VoIp recording solutions (Asterisk or/and FreeSwitch)
currently we're looking for voip recording solution - it must record all incoming/outgoing/internal/conference calls within the company. later on we going to develop applications that let us ...
2
votes
1answer
449 views
Voice recording spectrogram
I am creating a voice recording app wherein I have displayed a decibel meter. However, I would like to include a voice spectrogram on the lines of what is found in Dragon Dictate or Google Search ...
2
votes
1answer
318 views
macro recording and replaying in eclipse 3.5
which tool would you recommend for macro recording and replaying ? Is there a language as well ? I frequently switch between Eclipse and Emacs(actually Xemacs) for editing tasks.
It would be nice if ...
2
votes
1answer
299 views
How do I start auto recording a video in iPhone Sdk
Hi I am working on a application which requires the recroding action for the camera of the iPhone 3GS to start recording a video directly..
Earlier I have done this screwing up the UIImagePicker and ...
2
votes
1answer
660 views
code for video recording on android
im new on android development.
I had a requirement of recording video on an android device.. when i searched for it, i didn't find any proper code that is working. even android developers doesn't ...
2
votes
0answers
237 views
Android: Recording SoundPool output
I'm allowing the user to push buttons to play sounds via a SoundPool. Is it possible to record whatever the SoundPool is playing so that the user can record a sequence of sounds?
2
votes
2answers
1k views
How to record / capture audio with RecordControl on Java ME, SE K770i
I want to record sound on my Java ME App on K770i. So I used this:
http://java.sun.com/javame/reference/apis/jsr135/javax/microedition/media/control/RecordControl.html
example of RecordControl in my ...
2
votes
1answer
535 views
Recording audio on iPhone: error with setPreferredIOBufferDuration
I have been following Apple's documentation to record audio on the iPhone using the AVAudioSession class. I can set several properties without error (setActive, setCategory, ...
1
vote
0answers
41 views
How to reduce background sounds in Talking application?
I'm making a talking application like Talking Tom. I have managed to write all the code, but the background noises are pretty prominent.
I think it's something to do with the settings because I have ...
1
vote
0answers
126 views
android support better method than glreadpixels?
I'm making android game.(using andengine)
I need to record game play screen .
This is not for making promotion video, It is for game players to review their game play.
My app should record video by ...
1
vote
1answer
516 views
Android: record video with “continuous” auto-focus
I work on video recording; everything works except for requesting continuous focus. This is what I do (tried both in surfaceCreated and surfaceChanged with no success):
camera = Camera.open();
...
1
vote
0answers
134 views
How to pause video recording in gstreamer
I created a pipeline as this:
v4l2src -> tee -> queue -> encoder -> avimux -> filesink
tee -> queue -> v4l2sink
Now I want to pause the recording(keep loopback, but ...
1
vote
1answer
200 views
Sound recording with FMOD library
Is there a C++ tutorial on FMOD that shows how to record sound from microphone?
Is it even possible?!
Thanks everyone.
1
vote
1answer
596 views
Avfoundation - Play and record video (along with audio and preview) simultaneously
I am trying to record and play video simultaneously. Is this possible with avfoundation? Currently i am able to do it as long as i dont record audio. As soon as i add audio input to AVCaptureSession ...
1
vote
1answer
313 views
iPhone AVAudioRecorder pause problem after entering background
I have a problem with pausing AVAudioRecorder after entering background. Basically, it goes like this (_recorder is my AVAudioRecorder instance):
Start recording:
[_recorder record];
Press the ...
1
vote
1answer
138 views
Flex: Recording audio directly form soundcard
I am new to flex but my first app is a little bit more pro than you would expect form a rookie. I would like to record sound that is currently played on the local computer (i.e. form winamp or ...
1
vote
2answers
958 views
Android Custom video recording
I'm having some errors with my custom recording application using android. I saw most of this code from a book called PRO Android Media. I developed the app using sdk "8" version. However, I am ...
1
vote
3answers
467 views
Recording User Actions using Instruments
I've tried looking for a while, but is there a way to record user actions on iphones/iphone simulators for testing with Instruments? Mainly I want to be able to target an app and record whatever user ...
1
vote
1answer
296 views
Capture mac screen
What is the best way to record the mac screen with cocoa? I know there are many examples at the apple developer reference library. SonOfGrab explain how to capture the screen with quartz but also that ...
1
vote
1answer
119 views
Data recording and extraction software for C++
I am interested to learn about what libraries, tools, or frameworks there are for having a C++ program record data for later analysis and extraction. I provide a description of what I envision to ...
1
vote
2answers
1k views
VU (Audio) Meter when Recording Audio in Android
I am new to Android development and for my first application I have created an application that allows for the recording of audio. The audio record is working as well as the audio playback. One thing ...
1
vote
3answers
718 views
very poor quality of audio recorded on my droidx using MediaRecorder, why?
my project requires me to be able to record audio on an android device. i implemented solution using the MediaRecorder() but the recorded audio is in a terrible quality. what am i doing wrong? i must ...
1
vote
0answers
253 views
Detecting Voice Recognition Activation
Alright, I have this app that runs as a service and takes audio samples every so often, and keeps track of the amplitude. It works beautifully. I have try/catch blocks so that my app doesn't interfere ...
1
vote
2answers
815 views
How to use multitasking for iOS application?
Really confused about multitasking API in iOS, such as beginBackgroundTaskWithExpirationHandler etc.
For instance of recording video, when press button to start recording, we put
if ([[UIDevice ...
1
vote
0answers
101 views
Why call conversation does not recording without speakerphone? [closed]
I whould like to ask that why call conversation deos not recorindg without speakrphone?
is this isuue will solve in feature because of the reason to change phone.
Why there is no any option for ...