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...

Android :: Recording sound - then using - saving it?


Samsung Moment :: Recording Videos Can't Get Audio To Work / When Saving Video On Computer

Sep 3, 2010

The audio/video works perfectly if I watch the recording on my phone, but when I email the video to my gmail account and save it to my computer, it opens in Media Player and there's no sound. Does anyone know how to fix this?

View 1 Replies View Related

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?

View 3 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

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 :: Notifications Vibrate Instead Of Sound Or No Sound?

Jan 11, 2010

Its probably just because I am a tard but can you make it so when you put it on silent you cant hit the volume up and down on the Motorolla Droid.Also can I make my notifications vibrate instead of sound or no sound?

View 1 Replies View Related

HTC Incredible : Get A Sound When Making Selections Haptic Feedback Sound

Jul 29, 2010

ON my incredible I used to get a sound when making selections and such but now its barely audible. My volume is all the way up. What happened?

View 5 Replies View Related

Stop Sound With Media Player After Clicking Another Sound Button

Aug 2, 2012

how can i stop sound with media player after clicking another sound button? and how can i set alarm/ringtone/notification when long press adding admob on my app, ive read all posts i could google but still i get errors,\

code:
final MediaPlayer sound01 = MediaPlayer.create(this, R.raw.sound01);
Button s01 = (Button) findViewById(R.id.button01);
s01.setText(this.getString(R.string.quote01));
s01.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
[code]....

View 1 Replies View Related

Media :: HTC Desire Sound Feedback - Audible Sound

Oct 3, 2010

My HTC Desire seems to have stopped singing the "tik tik" sound (the sound when you clicked on any program).

In Settings -> Sound Settings -> Feedback

I have them all checked, but for some odd reason, I still didn't get the sound.

View 2 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

Sprint HTC Hero : Notification Sound Change - Different Sound Than The Other

Apr 28, 2010

Right now my phone makes the same sound whether I get a email or a text message. Can I make one have a different sound than the other? If so please tell me in detail how. I only see one notification sound area.

View 7 Replies View Related

HTC Incredible :: Default Sound Files - Notification Sound

Aug 4, 2010

I am looking for the default sound files from the Incredible. Specifically, I am looking to the "doot" sound when you press the volume slider. Does anyone have this sound file? It is not located with the alarms, notification, or ringtones. Also, as an added bonus, I am looking for the notification sound from SportsTap as well.

View 1 Replies View Related

General :: Switch Toggles Between No Sound (vibrate) And Sound

May 20, 2013

I am currently an iPhone 4s user and really like the way that the switch toggles between no sound (vibrate) and sound. I leave me phone in vibrate mode for most of the day and in the evening I tend to switch it to sound so I can hear the alerts from around my house when I don't have the phone with me. I am thinking about switching to an android device (S4 or HTC One) and have a few friends that haven't been able to duplicate the behavior of the iPhone. They get sound with vibration or some other weird combinations that wont work for me. Is this a limitation of the OS or is it device specific? I basically want everything to vibrate (Ringer, SMS, Email) with the option of changing everything to sound, no combinations of the two. I also need to distinguish between types of messages by using different vibration patterns.

View 1 Replies View Related

Android :: Video Recording Available In V1.1?

Mar 25, 2009

I am looking for video recording example, it suppose to be in api - sample but not available. I am wondering if 1.1 release still missing this feature?

If it does support then in which format and where is the example. Also I am trying to figure out MP3 encoding long ago but still no solution. I have recorded an audio ()which is in AMR by default, how can I convert it in MP3 (any external package I can use?)

View 6 Replies View Related

Android :: Recording Audio With 1.5 SDK

Apr 16, 2009

One known limitation of SDK 1.1 was that audio can be recorded only to a File and not to a network stream. Is this still an issue with 1.5 SDK?

View 4 Replies View Related

Android :: Api To Check Recording On Or Not?

Mar 1, 2010

I wanted to know if there is any api available to check if audio recording is going on or not? Something like isMusicactive() which tell us if music is active or not.

View 9 Replies View Related

Android :: Call Recording In 2.2?

May 22, 2010

Is the root cause of android phones' inability to record phone conversations documented anywhere?

View 3 Replies View Related

Android :: App For Recording Telephone Conversations

Jan 5, 2010

Do any of the android based phones support the ability to record both side of a telephone conversation without having to use speakerphone? If so is there an app for that?

View 10 Replies View Related

Android :: Recording Telephone Conversations

Sep 27, 2010

Not sure if i have posted my query on correct page but am looking for a free app which allows me to record telephone conversations.I have a Sony Xperia X10.

View 6 Replies View Related

Android :: Support For Video Recording In 1.5?

Apr 28, 2009

Is video recording supported in 1.5? I got it mostly working with the Haykuro 1.5 ADP image - the video file was legally formatted but didn't play properly.

With yesterday's official 1.5 images, it doesn't work at all.
setVideoEncoder() fails,
with the wonderfully informative error message
"setVideoEncoder failed".

View 6 Replies View Related

Android :: App Available For Recording Telephone Conversations

Jun 24, 2010

Is there a decent app available for recording telephone conversations? I'm a medical writer, and part of my job is to interview physicians and record the conversations. When I'm away from my desk, I usually accomplish this by conducting the interview on speakerphone and utilizing a traditional voice recorder. It'd be MUCH better to be able to record the call and then transfer an MP3 of the recording to my laptop.

View 8 Replies View Related

Android :: Recording Calls - Recoroid?

Nov 12, 2009

On my old phone I just dialed, clicked options->record, and that was it. Now I have a Motorola Droid and I really really really miss this one simple feature. The only app I've seen in the marketplace that suits my needs is Recoroid which has had pretty mixed reviews.

View 5 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







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