[android-developers] Text to Speech Supported Languages

2016-07-31 Thread mob . cr4ft
Hi all, Is there any tts library supporting English, Turkish and Arabic? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] Text-to-speech with language set to Cantonese ("yue") reads percentage incorrectly?

2016-07-26 Thread alanlo . hkej
I have been trying to implement text-to-speech into my app to support Cantonese. In some cases the engine seems to read sentences with percentage incorrectly, which below is a case I encountered: Input: 有10.6% (In English it means, there is 10.6%) What the engine outputs: 有一百分之零點六 (In English

Re: [android-developers] Text to speech

2016-02-17 Thread Rakesh Jha
What exactly you are looking, if example gives you about "Hello World" then rest you can design and developed. On Thu, Feb 18, 2016 at 8:18 AM, 0101001001100110 wrote: > Im looking for a tutorial on using text to speech. I have found many > tutorials on building a text

[android-developers] Text to speech

2016-02-17 Thread 01010010011011110110
Im looking for a tutorial on using text to speech. I have found many tutorials on building a text box and a button that speaks, but nothing that does a basic "hello world". Thank you on advance. -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Text to speech

2013-08-10 Thread shiva pendem
HI every one, i would like to start a text to speech on a incoming call and i have tried the following method, private class CallStateListener extends PhoneStateListener implements TextToSpeech.OnInitListener{ public TextToSpeech tts; @Override public void onCallStateChanged(int state, String

Re: [android-developers] Text to speech

2013-08-10 Thread Fred Niggle
You would help yourself by adding debugging so you can double check things. What permissions do you have set? What device are you testing on? When a call comes in what happens? On 10 August 2013 21:28, shiva pendem pendem.shiv...@gmail.com wrote: HI every one, i would like to start a text

[android-developers] text to speech in broadcast receiver

2013-08-02 Thread shiva pendem
Hi, i have written code to start services on receiving calls, here is my code, */ public class CallHelper { /** * Listener to detect incoming calls. */ private class CallStateListener extends PhoneStateListener implements OnInitListener{ @Override public void onCallStateChanged(int state,

[android-developers] Text to Speech sent through bluetooth

2012-01-02 Thread J Dorn
I had a Windows CE phone (T-Mobile Shadow). If the bluetooth was on, it would read various things to me over the bluetooth, such as - text messages - who was calling - email message subject I now have a MyTouch 4G Android phone, and all I can find are apps that will read similar information, but

[android-developers] Text To Speech from a service

2011-08-01 Thread byron
Hello im devoliping this app where I initialize the TextToSpeech tool from a service after Boot Completed, and I keep it running, but when i try to use it from one of my activities by instatiating it comes the error. Does anybody have any suggestion? -- You received this message because you are

Re: [android-developers] Text To Speech from a service

2011-08-01 Thread TreKing
On Fri, Jul 29, 2011 at 5:50 PM, byron b.ller...@hotmail.com wrote: when i try to use it from one of my activities by instatiating it comes the error. Does anybody have any suggestion? Explain what the error that comes is.

Re: [android-developers] Text To Speech from a service

2011-08-01 Thread Nikolay Elenkov
On Sat, Jul 30, 2011 at 7:50 AM, byron b.ller...@hotmail.com wrote: Hello im devoliping this app where I initialize the TextToSpeech tool from a service after Boot Completed, and I keep it running, but when i try to use it from one of my activities by instatiating it comes the error. Does

[android-developers] Text to speech on Tablet

2011-01-13 Thread dsurround
Are there any known problems for text to speech on a tab (galaxy tab) versus a phone? I have a customer that is using the newest samsung tab 2.3 OS release and reported a problem where the text to speech engine keeps repeating something over and over that should only be spoken once. The

[android-developers] Text To Speech API question

2010-10-04 Thread JimmyHoffa
Hi all, Just a passing thought I wanted to check out whether it's possible using the TTS engine to apply effects to voices. Without beating around the bush my 'requirement' if you can call it that is to playback a robot sounding version of whatever sentence the user has recorded using a mix of

Re: [android-developers] Text To Speech API question

2010-10-04 Thread berliner
Hi, what you can do is use the synthesizeToFile method of the TextToSpeech Class. That will write the result of the speech synthesis into a wav file. You can than do any processing you like on the generated file and play it back later. regards, berliner Am 04.10.2010 um 22:02 schrieb

[android-developers] Text to speech unfunctional

2010-06-07 Thread Uander
Hi All , we have ported android 2.1 on one of our custom board . I was checking Text to speech functionality on it . I click Settings-Text to Speech . ..it gives n new screen All options other than Install voice data is greyed out . When I click on install voice data . it says The application

[android-developers] Text To Speech Android 1.6 with minsdk 3

2009-11-18 Thread Eric Carman
Hello, I was playing with adding Text to Speech to one of my applications and have been working with it using the Android 1.6 SDK. I was hoping to release the code such that it could be used on the earlier 1.5 OS since there are still quite a few of these around - and this is an upgrade. I

[android-developers] Text-To-Speech library

2009-08-10 Thread Sujay Krishna Suresh
Hi all, is there any text to speech library in 1.5?? if so where is it??? how can we use it?? -- Regards, Sujay Charles de Gaullehttp://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html - The better I get to know men, the more I find myself loving dogs.

[android-developers] Text-to-Speech for Android: Eyes-Free

2008-12-16 Thread blindfold
For your information. I was tipped by a reliable source about the availability of Eyes-Free, a new text-to-speech (TTS) library from Google that currently uses an Android port of the eSpeak text-to- speech engine: http://eyes-free.googlecode.com/svn/trunk/documentation/tutorial/tutorial.html

[android-developers] Text-To-Speech

2008-11-20 Thread Peach
I am not able to even see this app on the Market. Can someone help me find it or something plz. Oh and what's been up w/ Aim, am I the only person still having issues w/ that as well? I mean I love this phone but it has a lot of issues. Lol No Video camera, u can't add videos other then ones

[android-developers] Text to Speech lib from Android Market

2008-10-29 Thread blues
There is a free lib can be downloaded from Android Market on the G1 phone. It's developed by a google developer. Does anyone know how to use it? Any document about it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Text to speech library on Android...

2008-06-16 Thread Wesley Sagittarius
hi, any idea where can I get Text to speech library??? or how can I start on Text to speech library??? Wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Text to speech

2008-05-18 Thread Ken Perry
I have looked through the archives and have seen that some people were trying to get Free TTS to work with Android. I personally don't like free tts but with that said did anyone ever get it to work. If not has there been any more news about TTS being added to the Android SDK? I did search the