From iPhone to Android
Wednesday, 28th September, 2011
Oracle buys Java, MySQL, Solaris
Tuesday, 21st April, 2009
Lot of long faces over at /. about this. Here are the relevant pages from the companies:
Today’s Financial Times has a couple of articles (21/04/2009, p27; online version here) covering the story.
It will be interesting to see what happens to Java and MySQL. For me, the interest lies in Java (and Dalvik) on mobile devices.
Cupcake: Speech technology on Android
Tuesday, 27th January, 2009
In mid-December 2008 Google announced cupcake, an update to the Android platform. Here are some brief comments:
- One of the new features listed under Framework is “Simplified SREC speech recognition API available”.
- In the project layout srec is listed as an external project.
- It’s in the source here.
- The source is copyright Nuance and released under the Apache license. Here is an example copyright header (from AcousticModels.c):
/*---------------------------------------------------------------------------* * AcousticModels.c * * * * Copyright 2007, 2008 Nuance Communciations, Inc. * * * * Licensed under the Apache License, Version 2.0 (the 'License'); * * you may not use this file except in compliance with the License. * * * * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * * * Unless required by applicable law or agreed to in writing, software * * distributed under the License is distributed on an 'AS IS' BASIS, * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * See the License for the specific language governing permissions and * * limitations under the License. * * * *---------------------------------------------------------------------------*/
- As far as I can tell, there’s no discussion of srec on android-beginners or android-developers. According to Dave Sparks on android-developers (Jan 20), “We haven’t released a Cupcake SDK yet. Docs will come when the SDK is published.” I’ll keep you posted.
- n.b.: Text-to-speech is available on Andriod, using the eyes-free TTS library.
Nuance to team up with Nokia
Wednesday, 15th October, 2008
Press release from Nuance:
And related piece in SpeechTech magazine:
Nuance, Nokia Strike a Partnership Deal
MocoNews has an interesting piece about it:
Nokia Picks Nuance For Speech Recognition And More; Will Open Up Technologies To Developers
What will this all mean for Nuance’s speech technology input to Android? At the moment Android has no speech and there are no concrete plans to introduce it. It seems like Nuance is playing the field. Well, why not?
Nice phone, shame about the speech rec.
Wednesday, 24th September, 2008
T-Mobile have just launched the first Android phone, the G1, and Android have announced the “1.0” release of the Android SDK.
Speech technology is conspicuously absent from the package index, and there’s no sign anywhere that it’ll be included anytime soon, or late.
Nokia Buys Symbian, forms Symbian Foundation
Friday, 6th June, 2008
News just in yesterday.
- Report at Reuters.
- Symbian Foundation website.
There’s a pie chart in yesterday’s FT showing smartphone operating system market share. Here it is again via Google’s Chart API.
Nokia intends to open source all of the Symbian code by 2010. This will include S60, UIQ, and MOAP.
Earlier this month the EU approved Nokia’s buying Trolltech (Reuters).
Speech Recognition removed from Android
Friday, 7th March, 2008
Google have quietly removed the speech.recognition package from the Android API. I say quietly: the removal is noted in the API Diff specification for M3-RC37a to M5-RC14, released 15th Feb, but I haven’t been able to find any more public announcements – for example, it wasn’t mentioned in the m5-rc-14 release announcement. Google have also not responded to a couple of queries about android.speech.recognition on the android-developers mailing list.
Back in November, Nuance claimed to have packaged and embedded speech technology components for open-source distribution. If these components have been removed from Android, maybe they could be released independently.
[update: June 19th]
It’s outrageous that speech technology has basically been pulled from Android on the sly. I should say the official position (from Nuance) is that speech (recognition at least) has not been dropped: http://www.speechtechblog.com/2008/03/25/does-android-still-listen.
In August, Jerry Carter, Director of Speech Architecture & Standards at Nuance, will be speaking at SpeechTek 2008 about Speaking and Listening to Mobile Devices. The blurb says, “Speech technologies will be an integral part of the user interface on future phones using the Android operating system. Learn the basics for implementing Android applications that speak and listen to users.” Maybe Jerry will have news for us.
In the meantime, I see there are various efforts to port FreeTTS to Android. Does anybody know if any are bearing fruit? If there is scope for using C-based software on Android, there is also Flite. FreeTTS was based on Flite, but Flite focusses explicitly on issues like size, memory use, portability, etc.