[android-developers] Re: Text2Speech now hosted at google code

2008-09-09 Thread kelseywright
Hello, Is there any documentation on the current state of the code anywhere? Regards, Kelsey Wright On Aug 22, 3:31 pm, l1ghtm4n [EMAIL PROTECTED] wrote: I've decided to open source the Text2Speech project for Android. The code can be found athttp://code.google.com/p/android-text2speech/.

[android-developers] Re: Text2Speech now hosted at google code

2008-09-09 Thread kelseywright
One think I noticed is that this does not seem compatible with the latest release of the SDK (0.9), which removed javax.sound. So many many fixes are going to be needed to port it to the new SDK. Does anyone know if there is an API in Android that is intended to replace this funcitonality?

[android-developers] Re: Text2Speech now hosted at google code

2008-09-09 Thread blindfold
The javax.sound stuff should be replaced by equivalent functionality from android.media.MediaPlayer which hopefully it not hard using a low- level wrapper around the audio function calls. However, Android (SDK 0.9 beta) lacks support for in-memory sound synthesis and playback, so one is forced to

[android-developers] Re: Text2Speech now hosted at google code

2008-09-09 Thread kelseywright
My concern would be dealing with javax.sound.sampled.AudioFormat though, which is sprinkled throughout the code, and not just in the players section. On Sep 9, 4:28 pm, blindfold [EMAIL PROTECTED] wrote: The javax.sound stuff should be replaced by equivalent functionality from

[android-developers] Re: Text2Speech now hosted at google code

2008-09-09 Thread kelseywright
This also uses javax.sound to write the sound file in the first place, which will need taken care of. On Sep 9, 4:41 pm, kelseywright [EMAIL PROTECTED] wrote: My concern would be dealing with javax.sound.sampled.AudioFormat though, which is sprinkled throughout the code, and not just in the

[android-developers] Re: Text2Speech now hosted at google code

2008-08-25 Thread Nanard
Great idea ! I have no time to help you on this port (or for easy/fast stuff : it's OK). And : I also don't know any thing about speech/sound/grammar/... on this topic. But I will be pleased to test all versions of it :-) My project (for ADC I), is a document speaker. I really needs TTS.

[android-developers] Re: Text2Speech now hosted at google code

2008-08-23 Thread Peli
Good idea to go open source! In what state is the code? Does it work already? Is it necessary to create a separate Android branch (which may complicate future development), or could one contribute code changes back to the FreeTTS project so that it becomes compatible with Android? Peli On 22

[android-developers] Re: Text2Speech now hosted at google code

2008-08-23 Thread blindfold
Great! Looking forward to see Text2Speech complement my Image2Sound project http://www.seeingwithsound.com/android.htm (The vOICe Android) through a speech API for blind users. How functional is Text2Speech at this stage, and what is still missing? Thanks. On Aug 22, 9:31 pm, l1ghtm4n [EMAIL