Android :: Microphone Cannot Be Recorded On Emulator

Aug 10, 2010

A small program that I wrote cannot record the microphone. One api call, getminbuffersize keeps returning -2 which is not correct. The program works on a real android one. I use 11025Hz, 16bit pcm,mono recording.

Android :: Microphone cannot be Recorded on Emulator


Android :: Modify Audio Recorded With Microphone?

Sep 28, 2010

How do i get access to the audio recorded by the microphone before it is accessed by the other applications.

View 1 Replies View Related

Android :: Store Recorded Audio File In SD Card In Emulator?

Feb 27, 2010

i am working n audio recording. i can store the file using file.getAbosolutPath() mehtod. it stores the file in path: /data/data/com.example.audio_demo/files/output.amr i wann store that in SDCARD.iso and how retrive that and play.

View 1 Replies View Related

How To Create SDcard Path In Emulator To Save Recorded File

Oct 1, 2012

i am trying to recording on button click.

mycode is following::
HTML Code:
HTML Code:
private void StartAudioRecording() {

[Code].....

when i was running application in debug mode application getting crash. i am not getting sdcard path .

View 3 Replies View Related

Android :: Microphone Audio Capture With Emulator Is Of Very Poor Quality / Make It High?

Jun 2, 2009

As a first step toward a speech recognition project, we wrote a simple voice recording application based on the information in this thread: http://groups.google.com/group/android-developers/browse_thread/threa...

It is working; however, the audio is extremely poor -- too staticy for our needs code...

As a comparison, here is a similar audio file captured with audacity on a PC: http://juzzam.org:9090/myAudioFile_onPC.mp3

Has anyone been able to record high quality audio with the emulator? If not, is it any better on the android dev phone?

According to the documentation of MediaRecorder, there is only one audio encoder "AMR (Narrowband) audio codec" and three output formats--3gpp, mpeg, and raw AMR: http://developer.android.com/reference/android/media/MediaRecorder.html

Here is the Activity source: http://juzzam.org:9090/RecordMicrophone.java.txt

We are testing on Windows XP, with a Logitec USB microphone, eclipse ganymede, and we are using all the defaults for an android 1.5 app (no emulator command-line options.. we defined the sdcard in the avd manager).

View 2 Replies View Related

Android :: Blank Video Being Recorded

Aug 19, 2009

I am trying to develeop a video capture application on the HTC Ion device using the MediaRecorder class. The application seems to run and record MP4 output file, but it is blank when I view it with QuickTime! I am wondering if I am setting up the MediaRecorder correctly. Also, expected to see a live preview because a Surface to display the preview was set . But nothing shows up. Any one have suggestions as to what could be doing wrong?

View 2 Replies View Related

Android :: Playing Recorded Sounds In Application (Target 1.5)

May 1, 2009

I have an application that I developed using the Android 1.1 SDK that I am trying to port to Android 1.5. In my application, I record a sound through the microphone and then do various things with it, including playing it back using a MediaPlayer object. My code works fine when I use the 1.1 target, but when I use a 1.5 target I get this error when setting up the player:

Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported error (1, -4) Couldn't setup MediaPlayer java.io.IOException: Prepare failed.: status=0x1 at android.media.MediaPlayer.prepare(Native Method) at org.byu.chum.AudioUtils.AudioRecording.stopRecording (AudioRecording.java:92) at org.byu.chum.SoundRecorder.Recorder$StopListener.onClick (Recorder.java:198)...

It seems like Android isn't liking the format of my media, but I don't know why, since I just recorded that very format on the Android device. Here's the code that is throwing the error:

player = new MediaPlayer();
try { player.setDataSource(recordFile.toString());
player.prepare(); } catch (IOException e) { Log.e("playRecording", "Couldn't setup MediaPlayer", e); }

View 13 Replies View Related

Android :: Voice Recognition With Recorded Sound Clip?

Feb 23, 2010

I've used the voice recognition feature on Android and I love it. It's one of my customers' most praised features. However, the format is somewhat restrictive. You have to call the recognizer intent, have it send the recording for transcription to google, and wait for the text back. Some of my ideas would require recording the audio within my app and then sending the clip to google for transcription. Is there any way I can send an audio clip to be processed with speech to text?

View 1 Replies View Related

Android :: Recorded Audio Not Found In Music Application

May 13, 2009

Now when I recording a file using sound recorder. But I cannot find it in the application of Music. When I reboot, I can find it in the Music.

View 2 Replies View Related

Android :: Playing Recorded Message On Outgoing Call?

Nov 18, 2010

Is it possible to play a recorded message when making a phone call. I mean to call a contact and when the call is answered to play immediately a recorded message.

View 3 Replies View Related

Android :: Add An Indicator Which Shows Volume Of Recorded Audio?

Mar 18, 2010

I have an application that records audio and i want to add an indicator which shows the volume of the recorded audio ( in real time ). Any ideas how to do is.

View 6 Replies View Related

Android :: Way To Store Recorded Files In Hidden Form Apart From SDcard?

Aug 4, 2010

Can we able to store recorded files in hidden form apart from SDcard in android.It should be shown only to particular user and third party should not open the recorded files(ie-songs,images,messages)

View 1 Replies View Related

Android :: Recorded Sound File Not Getting Listed In Music Menu

Aug 19, 2009

I have created an basic sound recorder application using MediaRecorder class. It has 3 buttons i.e.

1.Record: Start recording

2.Stop: Stop recording

3.Play: Play recorded file ( 3gp format)

I can record any number of files using this. Each files gets name as audio1,audio2 ..etc.The problem is after recording the file I can play it using play button. But if I exit my application I am not able to see that file listed in music menu in emulator. But at the same time when i browse my sdcard using eclipse I can see the recorded audio file. ( I have aleady mounted sdcard image and can see other sdcard content in emulator)Now if I close the emulator and relaunch it I can see that file in emulator music menu. Now suppose that file name is audio1.3gp. If I record a sound using my app it will record it using name audio1.3gp on same location. This time if I goto music menu I can see audio1.3gp file with latest recorded audio.

View 5 Replies View Related

HTC EVO 4G :: Evo 4G Recorded Video In MMS?

Nov 27, 2010

I have an HTC Evo 4G How do you send a recorded video in mms/text? I tried several times, but only when i record for 5 seconds(stupid) can a video be sent. Anything larger I keep getting file limit size is reached. Im sure that there is way for this to be done.

View 3 Replies View Related

Android :: Does Swype Have Microphone On It?

Aug 20, 2010

Keyboard related question. I got shape writer because i couldn't get swype and i like it a lot but i still want the microphone, does swype have the microphone on it for speech to text? if i can get one of these swype type keyboards with the Mic I'd be sold

View 1 Replies View Related

HTC EVO 4G :: Where Are Recorded Video Files?

Jun 5, 2010

Where are the video file that you take when you record a video? I have searched high and low with Astro on the phone and the SD card. I want to pull a raw one off and get a MediaInfo log.

View 2 Replies View Related

HTC EVO 4G :: Recorded Video Playback

Aug 5, 2010

A few nights ago I brought up the camcorder to record some video, everything recorded very smoothly after it was done I went to the gallery to check out my video but upon play back the video was very hic uppy. And maybe I thought it was just that portion but it wasnt the whole video plus all my videos play hic uppy now. Anyone else having the same problem? Is this issue happening because of the froyo update.

View 5 Replies View Related

HTC EVO 4G :: Sharing Recorded Video

Jul 2, 2010

Does anyone know of a way to share the larger vid files either in H.263 or MP4, phone to phone? OR even Phone to email. I've tried to attatch them and send them via gmail, but the recipient never gets the attatchment, not even for viewing on their PC.

View 11 Replies View Related

HTC EVO 4G :: Recorded Videos / Youtube / Qik?

May 26, 2010

I want to get the input/opinions of some other people on this topic. I have a couple of big events coming up that I will be recording with my (soon to have) Evo. Now I know that Qik is gonna be huge when it comes to 2 way video calls, but my question/dilemma is to either use the native Camcorder/Video Camera app and upload them to Youtube, or to use the Qik app and have it stored on the Qik site. From what I've heard and seen, when a video is recorded/streamed to Qik, the quality that results on the Qik site is NOT nearly as good as what you're actually seeing and recording on your screen (compression, whatever, bla bla bla). However, I have seen videos on Youtube from people with EVO's where the quality is a ton better and it looks really good. So, why would anyone want to use the Qik app to take video recordings, when the end result on their website is of less quality as supposed to using the Camcorder/Video Camera app and posting it to Youtube? Is the only benefit for Qik is that people can watch your video being streamed pretty much right then and there (with only a little delay)?

View 8 Replies View Related

Android :: Microphone Sample Rates

Dec 23, 2009

My audio analysis application needs a microphone sample rate of greater than 8000 Hz.At least 11025 Hz is required.It seems that some phones support a higher rate and some are limited to 8000 Hz.Does anyone know what percentage of Android phones will support the higher sample rate?And if I do develop this app, how can a potential customer determine whether or not his particular phone supports the higher sampling rate?

View 4 Replies View Related

Android :: How To Detect Blowing Into Microphone?

Apr 8, 2010

How to detect "blowing in to the microphone"? I saw an iPhone app which simulate flute instrument. You blow through the mic and use your fingers to play. Can Android do that?I've looked at the voice recognition in the API demos but it seems that is not the case.

View 5 Replies View Related

Android :: Can We Get Raw Audio Off Microphone Using Droid

Nov 23, 2009

I've read a lot of posts in this group regarding raw audio processing. Most of them include references by Mr. Sparks about support for this in "future releases". I hope maybe he was referring to Android 2.0? To be clear, all I want to do is obtain audio data from the microphone in as high a fidelity as possible to perform DSP against it. This is blissfully outside the realm of any DRM-laden audio output issues (I hope).

So, in short, can we get raw audio off the microphone using Android 2.0 and a Droid, for example?

View 2 Replies View Related

Android :: Bluetooth Microphone Activation

May 20, 2009

I have a bluetooth headset that works fine with android 1.5 for listening music or calling people.My problem is that microphone is only active when I call someone, but I would like it to be activated anytime, for dictation.Is there any way to activate bluetooth microphone with sdk or is there some special headsets that would be ok for that?

View 2 Replies View Related

Android : How To Get Decibel From / Droid Microphone?

Nov 24, 2010

I have been searching for quite some time now, and I haven't been able to find a way to actually get an SPL/db value from a microphone on android. The few threads and articles that I have found that discussed it treated it like something SO obvious that anyone should be able to do it, and were more concerned with getting their conversion algorithms correct. Does anyone know how to do this?

View 1 Replies View Related

General :: Use Of External Microphone On Android

Feb 12, 2012

I have a question on how to get a external microphone to work on my Galaxy Nexus.

For further detail see my full description here: [URL] .....

View 3 Replies View Related

HTC Hero :: Pre Recorded Voicemail Message

May 11, 2010

I am trying to assign a pre recorded voicemail message to my incoming voicemail number on HTC Hero.

1) Can this be done

2) How?

View 1 Replies View Related

HTC Desire :: Recorded Video - Some Don't Work

Aug 9, 2010

I'm not on the 2.2 update yet, but some videos I've recorded don't have a thumbnail in the gallery, nor do they play back. I've copied them onto my computer, they have the correct file size but I think something has been corrupted when saving the videos on the phone. Any idea if there is an app that could fix the issue?

View 5 Replies View Related

HTC Incredible :: Cannot Play Video I Recorded

Jul 3, 2010

I just recorded a video and when I tried to play it back I got a, sorry cannot play video message. It's stored to the phone not the SD but that shouldn't make a difference. I've taken pictures and haven't had any problems viewing them.

View 3 Replies View Related

HTC EVO 4G :: Video Recorded Will Not Play With Sound On PC

Oct 7, 2010

I have had my Evo since launch day. I have recorded some videos for fun and they play back on the phone nicely. But today, I connected the phone to my PC and wanted to play a video. I got video with no sound. I tried several I recorded some at 720fps and some at VGA. Same results. Videos I downloaded from You Tube play fine. Just the ones I recorded on my phone. I have a relatively new HP running Widows 7 and have used Quick Time and Windows Media Player. Neither would play the sound. Anyone have a problem like this?

View 4 Replies View Related

Android :: Detect If Microphone Is Mute During Call

Apr 2, 2009

I would like to detect if microphone in the device or in a headset is mute during a call. Currently I've taken the following approach (unfortunately - it does not work): 1) register PhoneStateListener to detect when a call is started/ finished 2) when call is started then I start a thread that periodically calls audioManager.isMicrophoneMute() method to discover a microphone status. (audioManager is obtained by calling getSystemService (AUDIO_SERVICE) ) 3) when call is finished I stop a thread started in bullet 2

Unfortunately audioManager.isMicrophoneMute() always returns 'true', does not matter if I select or deselect the 'Mute' option in the menu during a call. Does anybody know if it is possible to detect the state of a microphone during a call?

View 3 Replies View Related







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