Or perhaps there is a service an application can hookup to to receive
these type of events?
Thanks for the help!
- John
Thank you for the quick response. I'm a bit surprised that this wasn't
part of the initial release of the SDK. It seems that hands free
dialing is readily available on most phones these days. Of course I
could be wrong about that assumption. ;-)
FreeTTS (http://freetts.sourceforge.net/docs/index.php) might be a
possible solution for the time being until the platform supports text
to speech. Does anyone else know of any other decent, small foot print
text to speech processor for Java?
Thanks again for the help,
- John
On Nov 12, 9:39 pm, "John Nikolai" <john.niko...@gmail.com> wrote:
> Hi Dan,
>
> Thank you for the quick response. I'm a bit surprised that this wasn't
> part of the initial release of the SDK. It seems that hands free
> dialing is readily available on most phones these days. Of course I
> could be wrong about that assumption. ;-)
>
> FreeTTS (http://freetts.sourceforge.net/docs/index.php) might be a
> possible solution for the time being until the platform supports text
> to speech. Does anyone else know of any other decent, small foot print
> text to speech processor for Java?
>
> Thanks again for the help,
> - John
>
> On Nov 12, 2007 12:20 PM, Dan Morrill <morri...@google.com> wrote:
>
> > Hi, John!
>
> > Currently there is no support for text-to-speech. We are considering the
> > general problem of accessibility, but don't yet have any concrete plans in
> > this area.
>
> > - Dan
>
On Nov 12, 2:53 pm, "Dan Morrill" <morri...@google.com> wrote:
> Hi, John!
>
> To be clear, Android will include voice-recognition software that can (and
> will) be used to create voice dialers. You'll be able to use the same APIs
> to build speech-enabled applications. However, the APIs for that are
> disabled in the current early look, because they aren't ready for use yet;
> they'll be enabled in a future SDK version.
>
> That's separate from text-to-speech, which would be used for screen readers
> and similar apps. I was referring specifically to text-to-speech
> functionality in my previous statement.
>
> - Dan
>
> On Nov 12, 2007 12:39 PM, John Nikolai <john.niko...@gmail.com> wrote:
>
>
>
>
>
> > Hi Dan,
>
> > Thank you for the quick response. I'm a bit surprised that this wasn't
> > part of the initial release of the SDK. It seems that hands free
> > dialing is readily available on most phones these days. Of course I
> > could be wrong about that assumption. ;-)
>
> > FreeTTS (http://freetts.sourceforge.net/docs/index.php) might be a
> > possible solution for the time being until the platform supports text
> > to speech. Does anyone else know of any other decent, small foot print
> > text to speech processor for Java?
>
> > Thanks again for the help,
> > - John
>
> > On Nov 12, 2007 12:20 PM, Dan Morrill <morri...@google.com> wrote:
> > > Hi, John!
>
> > > Currently there is no support for text-to-speech. We are considering
> > the
> > > general problem of accessibility, but don't yet have any concrete plans
> > in
> > > this area.
>
> > > - Dan
>
> > > On Nov 12, 2007 12:13 PM, flipflop <john.niko...@gmail.com> wrote:
>
> > > > Are there any API's that support text to speech and speech to text? If
> > > > the answer is no for any of these, what are the plans for supporting
> > > > them in future API's?
>
> > > > Or perhaps there is a service an application can hookup to to receive
> > > > these type of events?
>
> > > > Thanks for the help!
> > > > - John- Hide quoted text -
>
> - Show quoted text -
I will be sure to be clear when referring to text to speech vs. speech
to text. Peter's suggestion about using a server side solution seems
reasonable though I'm concerned about performance.
Thanks,
- John
we have already built up the server side (realtime encoding streaming
server with TTS engine)
http://iw.audiantis.net/demos/tts_Flashplayer_10_09_07/index.html
(only "ryan-english" at the moment)
from that website you can type in a text and hear it spoken (the audio
file is streamed while it is generated - good for long texts)
only thing you need at the client side is a mp3streaming player with a
very small buffer for interactivity at this website we are using flash
(ONLY AS THE STREAMING PLAYER)
on windows mobile phones we are using an activeX player inside the
mobile explorer...
but we would like to develop a mp3 streaming player with less buffer
on Android now
you can use the player also for listening to radio stations and
together with our streaming server we should be able to read out all
written text on screen (and even more e.g. location based
informations) at the same time - even server sided mixed ---
does anybody can help us ?
we should join the competition with that application
:)
greetings
from Berlin, Germany
Hardy Krause
On 12 Nov., 21:45, Peter Blazejewicz <peter.blazejew...@gmail.com>
wrote:
> hi John,
> Android is supposed to run on "open" handset in that term that online
> access is always available (see GMaps inclusion), so that could make
> sense to write service that sends data for processing to server and
> returns mp3 from text2speech processor of choice,
> so even if not available now there will be some option I believe,
> regards,
> Peter
>
> On Nov 12, 9:39 pm, "John Nikolai" <john.niko...@gmail.com> wrote:
>
> > Hi Dan,
>
> > Thank you for the quick response. I'm a bit surprised that this wasn't
> > part of the initial release of the SDK. It seems that hands free
> > dialing is readily available on most phones these days. Of course I
> > could be wrong about that assumption. ;-)
>
> > FreeTTS (http://freetts.sourceforge.net/docs/index.php) might be a
> > possible solution for the time being until the platform supportstext
> > tospeech. Does anyone else know of any other decent, small foot print
> >texttospeechprocessor for Java?
>
> > Thanks again for the help,
> > - John
>
> > On Nov 12, 2007 12:20 PM, Dan Morrill <morri...@google.com> wrote:
>
> > > Hi, John!
>
> > > Currently there is no support fortext-to-speech. We are considering the
> > > general problem of accessibility, but don't yet have any concrete plans in
> > > this area.
>
> > > - Dan
>
> > > On Nov 12, 2007 12:13 PM, flipflop <john.niko...@gmail.com> wrote:
>
> > > > Are there any API's that supporttexttospeechandspeechtotext? If
will it include in next release of SDK??
When can I get it??
I can't wait to implement into my application...
Wesley.
On Nov 13 2007, 4:53 am, "Dan Morrill" <morri...@google.com> wrote:
> Hi, John!
>
> To be clear, Android will include voice-recognition software that can (and
> will) be used to create voice dialers. You'll be able to use the same APIs
> to build speech-enabled applications. However, the APIs for that are
> disabled in the current early look, because they aren't ready for use yet;
> they'll be enabled in a future SDK version.
>
> That's separate from text-to-speech, which would be used for screen readers
> and similar apps. I was referring specifically to text-to-speech
> functionality in my previous statement.
>
> - Dan
>
> On Nov 12, 2007 12:39 PM, John Nikolai <john.niko...@gmail.com> wrote:
>
>
>
> > Hi Dan,
>
> > Thank you for the quick response. I'm a bit surprised that this wasn't
> > part of the initial release of the SDK. It seems that hands free
> > dialing is readily available on most phones these days. Of course I
> > could be wrong about that assumption. ;-)
>
> > FreeTTS (http://freetts.sourceforge.net/docs/index.php) might be a
> > possible solution for the time being until the platform supports text
> > to speech. Does anyone else know of any other decent, small foot print
> > text to speech processor for Java?
>
> > Thanks again for the help,
> > - John
>
> > On Nov 12, 2007 12:20 PM, Dan Morrill <morri...@google.com> wrote:
> > > Hi, John!
>
> > > Currently there is no support for text-to-speech. We are considering
> > the
> > > general problem of accessibility, but don't yet have any concrete plans
> > in
> > > this area.
>
> > > - Dan
>