recorder

Is there a good (FOSS) screen recorder that can be used to make training videos easily?

I am looking for a good screen recorder to make training videos of my systems - can you recommend any ? ...

Android Video Recording Sample

Hi Does anyone got the video recording sample for android , if yes could you please share the same Thanks Vish ...

Android Intent Save Path

Hey Guys 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, ACTIVITY_TAKE_PHOTO); Intent voiceIntent = new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION); startActivityForResult(voiceIntent...

Android - Audio recorder FileNotFound

Hi, I'm trying to record audio this.recorder = new android.media.MediaRecorder(); this.recorder.setAudioSource(android.media.MediaRecorder.AudioSource.MIC); this.recorder.setOutputFormat(android.media.MediaRecorder.OutputFormat.DEFAULT); this.recorder.setAudioEncoder(android.media.MediaRecorder.AudioEncoder.DEFAULT); this.recorder....

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 if you have please? ...

iPhone SpeakHere recorder issue

Hi, I'm using the AQRecorder from SpeakHere application to record WAV audio file. Everything works well on simulator but on device I'm getting the warning in console: "Error: couldn't get input channel count ('what')" And the recorder does not start recording. Thanks for help ...

AudioStreamBasicDescription invalid while trying to record live streaming MP3 file

i am using AudioStreamer and recording the streaming MP3 packets to a file(by creating with AudioFileCreateWithURL), file writing is fine but when playing recorded file it plays noise only for few seconds. i think this is because of wrong AudioStreamBasicDescription provided to file i am using for record and play.. thanks in advance. ...

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 my function is being called twice for each user click that is recorded. Specifically, when I turn on recording and click a button on the pag...