Android :: Sound Recording App For Phone?

Nov 23, 2010

I would like to record a business meeting a few days from now onto my phone.
Would be handy I think, so the need to type everything down doesn't exist.

What app do you recommend?

Android :: Sound recording app for phone?


Android :: Recording Sound - Then Using - Saving It?

Apr 25, 2010

I want to add a feature into my app where you can record sound and then use it within the app (MediaPlayer)

How can I do this?

-First, how do I record sound?
-Second, how do I get it into a Mediaplayer?
-Does it have to be saved? or can it go from being recorded -> into app straight away...

View 2 Replies View Related

Android :: Bad Sound Quality When Recording / Playing Audio Files

Oct 16, 2010

Hey, I have a problem with android programing when I try to record and then play the file that was just recored. I can both record and play the sound but the quality stinks. Its not just bad is really hard to listen to and sound abit like its a computer generated voice. I use the andriod SDK-emulator. The code that sets up the recording looks like this;

MediaRecorder recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
recorder.setOutputFormat(MediaRecorder.OutputFormat.RAW_AMR);
recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
recorder.setOutputFile(path);
recorder.prepare();
recorder.start();

And the code playing the file later looks like this;
MediaPlayer mp = new MediaPlayer(); mp.reset();
mp.setDataSource(path); mp.prepare(); mp.start();
I don't know what part that makes the audio file sound really bad or if its just the emulator that makes it bad and that it would work on a real phone.

View 2 Replies View Related

Android :: Sound Recording In Emulator Working But Voice Recognition Is Not?

Sep 28, 2009

I am pulling my hair on this problem from a long time and haven't found a solution yet. I am running Android demo program - APIDemo which is available in android source. For my dev I am using ubuntu, earlier when I used to run SoundRecording example it created a file on sdcard but there was no recording as such which was done in the file but now it started working suddenly. I am still not sure why it happened. But anyways good news is that Microphone is working with android emulator - as opposed to what I read at many forums that it does not.

On other hand whenever I am trying to run the voice recognition application available in same APIDemo its giving me an error - "Recording Parameter not supported: sampelrate 1600, channelcount 1, samplerate 1". Is it that speech recognition cannot take higher sample rate and if it cannot what is the sample rate it requires? My microphone supports only 16000 and higher sample rate.

View 2 Replies View Related

HTC Desire :: Video Recording Sound Very Low

Apr 21, 2010

Do you find that when you take videos using the Desire the sound is really poor (very low)? Initially I thought it was because I had my finger covering the mic (bottom right).

View 6 Replies View Related

HTC Desire :: Sound Quality When Recording Video

Nov 15, 2010

Have you ever tryied to make a video when you're at a concert? (I'm not speaking about a classical concert!)
I did and the result was horrible for the sound part. Is there a trick when I want a good quality audio? just keeping the Phone in the air is not enough

View 2 Replies View Related

HTC EVO 4G : Way To Control Video Recording Sound Input

Jul 24, 2010

Wish there was a way to control the sound input while video recording. Anything above a normal conversation sounds horrible during playback. Anyone know of an app that might handle that?

View 1 Replies View Related

Samsung Moment :: Ringdroid / Error Recording Sound

Aug 11, 2010

I'm trying to record a new ring tone but when I press the record button nothing happens. I know the mic is working on the phone because voice activation etc. works. Anyone know of a way to get it to record sound?

View 3 Replies View Related

Sony Ericsson Xperia X10 :: Camera Recording Sound Levels / External Microphone

Oct 23, 2010

Is there any way to control and adjust the sound level when recording video? I recently took a video at a concert and the sound is clipping really bad. I also tried to connect various external microphones to the phone but then I only get statics / clicking noises.

Is it possible to connect an external microphone to the phone? (except for the one from the hands free set). Especially with the coming HD video recording feature for the X10 the sound quality really doesn't measure up to the video quality.

View 1 Replies View Related

HTC Droid Eris :: Sms Sound On Phone Sound Only Vibrate

Apr 4, 2010

I am at work and i cant figure out how to turn off the ringer sound while keeping the sms sound everytime i turn the ringer off it for a to silent mode.

View 2 Replies View Related

Android :: Phone Calls Recording On 2.0

Dec 3, 2009

I'm working on a call recording app, and I bumped into a bug on Motorola Droid. Using MediaRecorder.AudioSource.VOICE_CALL, the recorded files contains no data, just headers. Switching to VOICE_UPLINK works sometimes for incoming calls, but when trying for outgoung gives this error:......................

View 9 Replies View Related

Android :: Silently Recording Phone Calls

Sep 8, 2010

I need to record all phone calls automatically...and have it do it silently. Does there exist an app that can do this? I've got netnanny on our PC but need to know what my daughter is talking about on her phone.

View 19 Replies View Related

Android :: Phone With Call Recording Function

Sep 21, 2010

I would like to compile a list of Android phones that either

1) Comes with native call recording functionality.

2) Support call recording with 3rd party applications.

It would be great if you can lend a hand.Please note that phone/apps that require using speakerphone to record the calls do *not* count. That's a ugly hack I consider marginally useful.Please don't bring legality discussions here as well.Models that have this function built-in.Samsung Galaxy S (South Korean version SHW-M110S, with firmware DH09 or newer).Models that don't have this function built-in but can use 3rd party app to record calls in both ways without turning on speakerphone.HTC Magic (a.k.a. G2); requires root and custom kernel; with rViox

View 18 Replies View Related

Android :: Any API Supported For Recording Phone Call?

Jul 30, 2010

Is there any API supported by Android for recording phone call ?

View 2 Replies View Related

Android :: Tying To Develop An App For Audio Video Recording On Phone

Dec 21, 2009

I am trying to develop an app which streams live audio/video. I have the mediarecorder to record both audio, video frames , and it does so. But the thing is it records a chunk of audio and then records a chunk of video frames and then records a chunk of audio frames to the file. How do I determine where my audio frames start and where the video frames start?. Also is there any way to figure out the Video frame length ?. Iam really stuck at this point and any help will be greatly appreciated. This is how I initialize the mediarecorder in my app, Code...

View 2 Replies View Related

Android :: Can I Send A Short Voice Recording To Another Non Mobile Phone

Sep 29, 2010

I would like to be able to program the Android to send a short voice recording (approx 10 word message) to a land line (i.e non mobile) phone. Is this possible? I have googled re this and it appears that though I can send a text message I cant do the voice message thing. Is this still the case?

View 1 Replies View Related

HTC Desire :: HD Video Recording On Phone Possible?

Apr 13, 2010

From my understanding the Desire was originally supposed to have HD video recording, but this was ditched. Is it possible that a future firmware upgrade could allow HD recording, or the phone physically incapable of recording in HD?

View 7 Replies View Related

HTC Droid Eris :: Recording A Phone Call?

Apr 22, 2010

Does anyone know what is the BEST app for recording a phone call? I have tried several but it seems the ones I have seen only record well when the call is on speaker phone.

Has anyone else had better success on finding an app that works for this?

View 22 Replies View Related

Media :: Line-in Recording With Phone / App Can Record In Mp3?

Oct 7, 2010

Is it possible to do a line-in recording with a droid?
headphone jacks can accept corded headsets with microphones with 3 "contact points" on the plug so you can plug in the corded headset to listen to audio, plus speak through the in-line microphone for calls. So it would seem possible but I can't find anything that says if it can or not
and witch app can record in mp3?

View 2 Replies View Related

HTC Desire : Video Recording Restarts Phone

Aug 14, 2010

My phone constantly restarts after trying out the video recording. I've tried removing the battery and rebooting it again but it still keeps on restarting. Can someone advise me? Btw..my phone is not rooted.

View 2 Replies View Related

Motorola Droid X :: Phone Autofocus / While Recording Video?

Jul 23, 2010

Does the Droid X have autofocus while recording video? If not, is this a software thing or is it hardware? Kinda sucks not being able to autofocus while recording.

View 2 Replies View Related

Samsung Galaxy S :: Recording Failed - Only In HD And Only When Storing On Phone?

Oct 12, 2010

My galaxy s has recently given me a "warning recording failed" message about a minute or so into recording a video.

Strange thing is that it only happens when recording in HD resoution, and only when the phone is selected as the storage type. It works fine if the SD card is selected, or in any other resolution!

So Im just curious as to what could be causing this? Would it be a result of full memory? Or anythin to do with the lag fix I installed?

View 4 Replies View Related

HTC Desire : Phone Comes With Native Call Recording Functionality

Sep 23, 2010

Does HTC Desire...

1) Comes with native call recording functionality?
2) Support call recording with 3rd party applications? (not using the speakerphone)

Reference: Android Phone with Call Recording Function

View 4 Replies View Related

HTC Incredible : Phone Reboots - Video Recording Not Working?

Aug 24, 2010

I have Skyraider 2.5.2, and my whenever I try to record video, my phone reboots. Any suggestions?

EDIT: I was told I need to update my radio. So for 2.15, I need to do unprovoked Forever. How do you do any of the other 2.xx radio updates. I remember something about unrooting your phone or something, but I can't find it anymore.

View 4 Replies View Related

Android :: RTSP Streams Play Only Sound - While Local Does Video And Sound

Jul 10, 2010

In my application, RTSP streams play only sound without video, but if i specify the video path as a local file, it plays the video and audio.

How would i get the RTSP streams to show video?

CODE:.................

View 2 Replies View Related

Android :: Using SoundPool But Sound Plays After A Delay - Sound Is Lagging

Dec 18, 2009

I am using the SoundPool as follows:

Caching my sounds:

CODE:..........

Playing a sound effect i.e when button is clicked:

Resources.playSound(context, Resources.SOUND_PIECESELECT);

However as I said the sound is lagging. What can I do to improve this? All my sounds are OGG file format.

View 9 Replies View Related

Android :: How To Get A Wav Sound To Play On Phone?

Mar 16, 2010

Im making an app, and i want it to make a sound when a activity is opened , the sound file is in R.raw.sound_file , if someone could do some example code to make my app play a sound that would be great.

View 1 Replies View Related

Android :: Phone With Good Sound Quality?

Oct 22, 2010

My girlfriend is looking for a new phone - and she likes the android platform (I have a Nexus One).

However, she is not impressed with the sound quality (both in terms of what you hear and what the other person can hear). Plus, the speaker phone on the Nexus One is nigh on useless.

I don't have any experience of the Desire HD, or others - can anyone recommend any that they know has good sound?

View 3 Replies View Related

Android :: Processing Video And Sound On Phone

May 19, 2010

I want to merge a sound file and a video file (remove the sound from the video file and replace it with my own sound) and this should happen on the phone.I have done this through ffmpeg, but I can't do that now.Any help appreciated,

View 1 Replies View Related

Android :: App To Make Phone Vibrate When Get A Text W-sound Off

Jan 12, 2010

I have the Motorola Droid and I would like to find a way to get my phone to vibrate when I get a new text message while I have the sounds off. I have my phone set to vibrate mode but it only vibrates when I get an incoming call. Verizon said this was normal but there might be an application to change alert settings and such.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved