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?
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?
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:
> 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?
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:
> 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?
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:
> 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?
Will voice-recognition and text to speech software be added to the Android sdk in enough time to submit a voice application for the competition. Thanks
On Nov 12, 2:53 pm, "Dan Morrill" <morri...@google.com> wrote:
> 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 -
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
On Nov 12, 2007 12:53 PM, Dan Morrill <morri...@google.com> wrote:
> 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?
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 > > > > 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?
If someone from Android team is reading those post : I also 'vote'/
need a Speech API.
Where we could change the voice synthesis easily with a few
parameters. I did it several years ago on the Amiga.... Strange
those kind of feature (speech) is not interesting many people those
last years...
be more patient ;)
as this was written on this list - when sources to whole platform will
be published, then they probably will have as a part sound recognition
api, like TTS api.
On 15 Lis, 14:22, Nanard <bsegon...@free.fr> wrote:
> If someone from Android team is reading those post : I also 'vote'/
> need a Speech API.
> Where we could change the voice synthesis easily with a few
> parameters. I did it several years ago on the Amiga.... Strange
> those kind of feature (speech) is not interesting many people those
> last years...
just adding my support for some kind of text to speech solution -
while commuting it would be useful to have the ability to write an app
that reads out incoming emails without any user interaction.
on blackberry the only solution available involves a paid for
webservice that returns any string as an audio file - not elegant or
efficient.
On Nov 15, 1:32 pm, Jell <piotr.skam...@gmail.com> wrote:
> be more patient ;)
> as this was written on this list - when sources to whole platform will
> be published, then they probably will have as a part sound recognition
> api, like TTS api.
> On 15 Lis, 14:22, Nanard <bsegon...@free.fr> wrote:
> > Hi,
> > If someone from Android team is reading those post : I also 'vote'/
> > need a Speech API.
> > Where we could change the voice synthesis easily with a few
> > parameters. I did it several years ago on the Amiga.... Strange
> > those kind of feature (speech) is not interesting many people those
> > last years...
thanks for sharing insight on solution I wrote about :D
there are prototype solution for you discussed in group in few places:
you can develop "proxy" impementation which simulates your real-time
server communication while using already pre-recorded aduio files
shipped with application (and installed on device),
that could be changed at any time SDK emulator is updated,
> 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
> > > > > 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?
We've been trying to get FreeTTS to work on Android for the last week.
The Java version on the Android seems to be missing a lot of required
packages.
Anyone has a solution/suggestion? Any other TTS engines that may work
for it?
Thanks,
Gene.
On Nov 12, 3:39 pm, "John Nikolai" <john.niko...@gmail.com> wrote:
> 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?
> We've been trying to get FreeTTS to work on Android for the last week.
> The Java version on the Android seems to be missing a lot of required
> packages.
> Anyone has a solution/suggestion? Any otherTTSengines that may work
> for it?
> Thanks,
> Gene.
> On Nov 12, 3: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- Masquer le texte des messages précédents -
> 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?