Android :: Speech Codec Support

Jul 15, 2009

I was wondering what kind of Audio/Speech Codecs are available for the 1.5 SDK? Are there any Open Source projects working on this?

Android :: Speech Codec Support


Media :: G729 Codec Support

May 4, 2010

Has anyone seen a codec for g729 playback. My company uses g729a for its voice mail which I get in my e-mail but can't playback without a codec for a media player. I had one of these for my old WinMo device but can't seem to find one for Android. Any thoughts? Even a different media player with built-in support would work for playing back voice mail on the go.

View 1 Replies View Related

Android :: Speech To Text (STT) Support On Keyboard

Jul 22, 2010

We have a 2.1 sdk(eclair) version Samsung device, which has virtual keyboard with a microphone indicator to support speech to text (STT). Our application is mostly a text entry application and uses Inputconnection class and committext method to recognize the inputs and put all the entered text on display. In swype input mode, if we press the microphone, the voice recognition automatically runs(shows recording interface, records, synthesizes and sends text to commit text, and hence it is working. However, for "Android keyboard" input , the recording interface automatically shows up, however, we do not receive committext callback, so nothing is updated on our text box after the recording. So, seems we have 2 options:

1. Disable only the mike/microphone keys visibility on the Android keypad. How can this be done?

2. Have the STT to work on the Android keyboard. Seems that the keypad is automatically starting a recording interface - hence we do not know how to even integrate the voice recognition program given in the sdk 2.1 examples VoiceRecognition.java file. How can we detect the microphone/mike key was pressed? Or how can we do this?

View 3 Replies View Related

Android :: Does TTS Support Speech Synthesis Markup Language?

Aug 19, 2010

Passing the following SSML (Speech Synthesis Markup Language) document to the com.svox.pico TextToSpeech engine resulted in a reading of the XML body but no control from the phoneme element or the emphasis element. This result (no apparent SSML control) is the same on a Nexus One running Android 2.2 as well as on the emulator running an AVD with SDK level 8.
String text = "<?xml version="1.0"?>" +
"<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" " +
"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" " +
"xsi:schemaLocation="http://www.w3.org/2001/10/synthesis " +
"http://www.w3.org/TR/speech-synthesis/synthesis.xsd" " +
"xml:lang="en-US">" +
"tomato " +
"<phoneme alphabet="ipa" ph="t&#x259;mei&#x325;&#x27E;ou&#x325;"> tomato </phoneme> " +
"That is a big car! " +
"That <emphasis> is </emphasis> a big car! " +
"That is a <emphasis> big </emphasis> car! " +
"That is a huge bank account! " +
"That <emphasis level="strong"> is </emphasis> a huge bank account! " +
"That is a <emphasis level="strong"> huge </emphasis> bank account!" +
"</speak>"; mTts.speak(text, TextToSpeech.QUEUE_ADD, null);
Does any Android TTS engine support any of the SSML elements?

View 1 Replies View Related

Android :: Parameterize Speech Recognition - Speech.action.recognition Speech - Does Not Do Anything

Aug 2, 2009

How to I properly parameterize the speech recognizer so that it can more easily recognize the words that the user will probably say?

As far as I can tell there is no way.

I believe this site is wrong: http://www.4feets.com/2009/04/speech-recognition-in-android-sdk-15/

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

Will give a hint to the recognizer that you might say those words. However, it appears to do absolutely nothing. It also conflicts with the google documentation which says:

"An ArrayList of the potential results when performing ACTION_RECOGNIZE_SPEECH. Only present when RESULT_OK is returned." This hints that the array is a return value NOT an input.

To test this out try adding: ArrayList< String > potentialResults = new ArrayList< String >(); potentialResults.add("cumin"); and try to get the speech recognizer to recognize it. You will find it very difficult.

How to properly control the speech recognizer?

View 3 Replies View Related

General :: Limit Time Speech Recognizer Listens For Speech For X Number Of Seconds

Apr 4, 2012

I am developing an app that uses the speech recognizer but I only want the speech recognizer to listen for speech for x number of seconds regardless of when the last speech input was or was not recognized. I looked through the speech recognizer documentation and I didn't see parameter to set the exact time the speech recognizer runs for. How I could accomplish this?

View 2 Replies View Related

Android :: Edwin - Speech-to-Speech

Jul 24, 2010

I just found this new Speech-to-Speech program for Android called Edwin. It's pretty awesome!! You simply say or ask it a question and it will reply to you with the proper response.

Here's the link to more info and a video demo:Android Zoom - Edwin, Speech-to-Speech

View 18 Replies View Related

HTC Incredible :: Edwin - Impressive Speech-to-speech App

Jul 25, 2010

I just found a very cool app called Edwin, Speech-to-Speech in appbrain installed and must say its makes you feel like you have truly a SMART phone. asked it weather, time, open app, spell a word, definition of word etc etc and it spoke it everytime, tried to stump it with weather in hong kong and it told me! anyway it takes voice command to a very big next level.

View 49 Replies View Related

Android :: VP8 Video Codec

May 25, 2010

I am wondering if there is any timeframe for VP8 to be included into Android?Is it possible for me to build and use it myself using NDK to decode/encode video?

View 3 Replies View Related

Android :: How To Add Own Audio Codec To AudioRecord?

Mar 10, 2010

I currently have a Loop back program for testing Audio on Android devices.It uses AudioRecord and AudioTrack to record PCM audio from the Mic and play PCM audio out the earpiece. So as you can see in the creation of the AudioTrack and AudioRecord the Encoding is supplied via the AudioFormat but this only allows 16 bit or 8 bit PCM.I have my own G711 Codec implementation now and I want to be able to encode the audio from the Mic and decode it going into the EarPiece, So I have encode(short lin[], int offset, byte enc[], int frames) and decode(byte enc[], short lin[], int frames) methods but I'm unsure as to how to use them to encode and the decode the audio from the AudioRecord and AudioTrack.

View 2 Replies View Related

Android :: Amr Codec Only Output Zero Data

Apr 27, 2009

I am trying play an amr file on android emulate, but nothing here, only see the progressbar froward. so farther, I fond the amr codec only out all zero data.I also go www.3gpp.org dondord the amr code 26073-800.zip, and user it doecde the same amr file, it works good. now, what coule do, to make amr file play good. i am sorry for my bad English.

View 2 Replies View Related

Android :: Integrating G729 Codec In Mjsip?

Oct 5, 2009

I am developing a VoIP client for android using the mjsip any one have the idea about integrating the G729 codec with mjsip.

View 3 Replies View Related

Android :: Replace Droid JPEG With My Own Codec?

May 25, 2009

Anybody is having the knowledge on porting of our own codec with replacing the Android one.

View 2 Replies View Related

Android :: What Video / Audio Codec Settings For Playback IOS

Aug 11, 2010

What codec settings will produce valid videos for playback on Android (videoView) and iOS UIWebView)?

View 1 Replies View Related

Android : Get The Video File Properties (codec - Resolution

Dec 7, 2009

I would like to know how can we get the video file resolution (width and height), and its codec.

Is there any API available in android which we can the required info about the media file as I described above.

View 2 Replies View Related

Android :: Method To Access Digital Output Of Audio Codec

Apr 27, 2009

Is there a method to access the digital output of the audio codec without first storing it into a file, a streaming output?

View 5 Replies View Related

HTC Desire :: Which Is Best Codec To Use?

Aug 1, 2010

Which is the best codec to use? I've just noticed that I've an additional one since upgrading to Froyo.H.263, H.264 or MPEG4? Which is the best quality, or are there positives and negatives to each?

View 1 Replies View Related

HTC EVO 4G :: Audio Codec In Videos

Oct 12, 2010

I don't bother to take videos with the Evo because of the embarrassing audio.It sounds so horrible I can't stand to listen! Anyway, I was looking at a developer's page that said you're free to use any codec supported by Android.However, the chart shows AMR narrow band as the only thing that will encode audio. It only works from 200-3400hz @8k bitrate. No wonder it sounds so bad.Do you folks know who to contact about using another encoder for video, not the same crappy one it uses for voicemails (which sound equally horrible).

View 7 Replies View Related

HTC EVO 4G :: Petition For An H264 Codec Update?

Jun 24, 2010

After looking at comparison videos of the quality of 720p video compared to that of the Samsung Galaxy and Iphone 4g, should we be asking HTC for a true HD codec for compression? We have a very powerful device in the EVO 4G, but it is clear that there are a few shortcomings in terms of the software tools provided to unlock that power.

View 2 Replies View Related

General :: MX Player Audio Codec?

Nov 28, 2012

MX player popup saying "Unsupported audio codecTS" when started to play movie.

View 1 Replies View Related

Motorola Droid :: Speech To Text & Text To Speech

Nov 17, 2009

I would like to be able to say an email or text message to myself or my wife sometimes. When I hold down the input field I get an input choice menu but the only option there is the Android Keyboard.Am I doing it wrong?What am I missing? I would also like to have it read emails to me, and word docs (or just .txt).I have a Kindle but my phone is a little more convenient for something I would rather read in bits and pieces while walking to and fro the car or whatever.

View 8 Replies View Related

HTC EVO 4G :: Codec For Downloading 720p Video Files

Aug 17, 2010

Are there any apps out there that take the movie file and apply the right codec to it so that the file can be downloaded in 720p? Is this something HTC is planning on updating or did they do it intentionally for some reason? Can I upload files to youtube from my phone in 480p?

View 2 Replies View Related

General :: Does Custom ROM Supports AptX Codec

Jul 6, 2012

Now we have enough devices with aptX support (HTC One series, SGS III, SGT's, Moto Razr) and number of headphones supporting aptX is also increasing. So it would be useful to gather info on this technology. does custom ROMs (Miui, CM) supports aptX codec as it is in stock ROMs of mentioned devices? Is it integrated in Kernel, or separately in Rom?I have bluetooth headphones senheiser PX360 BT with this technology and Moto Razr XT910.

View 9 Replies View Related

HTC Droid Eris :: Streaming Video Codec / Formats?

Feb 3, 2010

I am looking to figure out how to stream a video off my website through the browser. I know it is possible since I've seen some of those mobile porn sites do it, I just cant figure out what format this is in or how to get the video to play.

View 4 Replies View Related

Sprint HTC Hero :: Codec Pack - Streaming Media

Nov 20, 2009

I have been working with the ORB software getting a server up and running with live TV. It would seem that the Hero does not like very much of anything when it comes to streaming. I have been running into this a lot with several web sites. Has anyone heard of a codec pack in the works for the Android OS? Orb just rocks but is limited with the Hero.

View 1 Replies View Related

General :: Audio Codec - Decode / Decrypt FLAC Correctly?

Nov 6, 2011

I have a couple of videos, that I would like to strip the audio from, and was planning to use FLAC, and/or similar lossless codec; but before I do this, what codecs can Andriod decrypt? According to Android Central, it can decode FLAC, but only in Android 4.0 and higher, and I'm currently on Android 2.3.4 on a HTC Amaze 4G...

Is there any software I could get, in order for it to decode/decrypt FLAC correctly?

I don't mind using any other lossless audio codec, as long as Android 2.3.4 supports it...

View 5 Replies View Related

Android :: Any Recommendation For Multi Codec Media Player For Android?

Dec 31, 2009

is there any in the market right now with abilities to support multiple codec?

View 1 Replies View Related

Android :: Apache Commons Codec With Android: Could Not Find Method

Jan 12, 2010

Today I tried including the apache.commons.codec package in my Android application and couldn't get it running. Android could not find method ord.apache.commons.codec.binary.* and output the following errors in DDMS

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

View 2 Replies View Related

Android :: Android AudioRecord And AudioTrack Codec Options?

Feb 3, 2010

I currently use the AudioTrack and AudioRecord classes in Android.I use the pure PCM data but I was wondering what my options are for other codecs?From this page it seems I can only encode and decode using AMR narrowband?The code runs properly but I'm wondering does it actually encode the Audio as AMR_NB and if this is not a proper way to do it?I was getting a buffer overflow when using raw PCM but none have appeared since using the new code with the MediaRecorder.AudioEncoder.AMR_NB used instead of the AudioFormat.PCM

View 2 Replies View Related

Android :: Speech To Sms

May 6, 2009

What im looking for is a way to open the app and speak what i want to text someone. Does this exist? i know they have the vocal google search so im thinking this could be doable.

View 3 Replies View Related







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