Slashdot Mirror


IBM to Open Voice Recognition Software

phug writes "According to the NY Times, IBM is donating code that it estimates cost the company $10 million to develop. One collection of speech software for handling basic words for dates, time and locations, like cities and states, will go to the Apache Software Foundation. The company is also contributing speech-editing tools to a second open-source group, the Eclipse Foundation." There's not much information out there yet - e.g. no word on licenses etc. It is worth pointing out that the Eclipse Foundation was started by IBM.

53 of 189 comments (clear)

  1. Great news by wertarbyte · · Score: 5, Interesting

    This is great, ViaVoice has disappeared for quite a while now on linux, I hope that this will open a great variety of cool open source applications. If this will be made modular like e.g. festival, I can think of endless applications worth using it.

    --
    Life is just nature's way of keeping meat fresh.
    1. Re:Great news by sgant · · Score: 5, Funny

      This IS great news because I've been trying to talk into my mouse now for quite a while.

      "Computer?.....commmm-PU-terrrrr?"

      Now hopefully my co-workers will stop giving me strange looks...well, one can dream can't they? No, I'm asking...can one dream?

      --

      "Leo Fender was in a 'state of grace' when he designed the Stratocaster." -- Paul Reed Smith
    2. Re:Great news by Gentlewhisper · · Score: 4, Interesting

      I think we will see a lot of cool applications for this like virtual ticket sales counters/telemarketing calls (ask a question through the phone and the computer will look up an answer) as well as tech support phone centres!

      No need to outsource to India, opensource it to Linux & ViaVoice!

      Woohoo! +1 for IBM again!

    3. Re:Great news by zeromemory · · Score: 3, Insightful

      The last thing I would like to see is a real person replaced with a voice-recognizing computer.

      The Alameda County (AC) Transit information number here in the Bay Area uses a voice recognition software to address customer inquiries. The system is very buggy and impractical:

      1. Voice recognition is far from perfect. Try getting a computer to recognize the name of a destination or complicated query while you yell it over ambient noise (ex. traffic noise around a bus stop) on a cell phone.

      2. The software can only recognize pre-programmed phrases and words. If a user says something that the unexpected, they'll probably get nowhere. Sure, you could present the caller with a list of options, but then why not just make them dial-in options?

      Just to compound the problem, the AC Transit system doesn't even provide the option to talk to a real-person!

  2. ViaVoice by cerberusss · · Score: 4, Interesting

    Is this ViaVoice? The linux packages have been pulled off the IBM site a year or so ago but they're still floating around.

    --
    8 of 13 people found this answer helpful. Did you?
    1. Re:ViaVoice by sibtrag · · Score: 5, Insightful
      Not likely.

      ViaVoice is a wide-vocabulary speech recognition. The article hints at more focused set of target words (times, dates, locations) for the donated package. Sounds much more like the software supporting airlines which use voice recognition systems to help you request flight information.

      The strategies are quite different.

      ViaVoice encourages you invest some of your time reading training scripts so it can learn your voice and thus recognize a wide variety of words from your specific voice.

      The time/date/city system is likely to be speaker independent (no training scripts to read) but much smaller vocabulary.

    2. Re:ViaVoice by clone22 · · Score: 3, Informative

      I think you're correct. In this type of voice recognition you define a grammar that establishes the words the application expects to hear in a particular state. A state transition occurs when a response matching the grammar is heard.

      --
      Ask me about my vow of silence!
    3. Re:ViaVoice by leinhos · · Score: 2, Interesting

      That sounds like the kind of speech recognition one would want for a command/control interface to a computer (or a "smart home"). AFAIK, the Via Voice stuff is targeted at dictation, which is more difficult. Either way, if this becomes GPL-compatible, it opens the doors to hacking and improvement!

  3. Obligatory quote by ssssmemyself · · Score: 4, Funny

    Are you sure you meant to say "All your base are belong to us?" Did you mean "All you lasers are better than us?"

  4. Code-by-voice by Max+Romantschuk · · Score: 5, Interesting

    Eclipse is actually a kind-of Swiss Army Chainsaw -IDE. You can make plugins for pretty much everything, so one could speculate that a voice recognition plugin would be feasible.

    I don't know about everyone else, but the concept of coding by voice does fascinate me. There are obvious issues (like eliminating having to say every single control character (if at all possible)), but with a background of RSI I think it's at least worth a shot.

    Thoughts?

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
    1. Re:Code-by-voice by Max+Romantschuk · · Score: 3, Interesting

      One more thing I forgot to mention in the parent:

      Given the fact that most languages have a rather limited vocabulary, and the fact that class libraries and defined functions/variables can be extracted from existing code software like this could make educated guesses on what you were trying to say.

      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
    2. Re:Code-by-voice by PhiberOptix · · Score: 2, Interesting

      i believe that the voice recognition would not be used on the eclipse (to dictate code to the ide) directly, but inside it as a api or something, so you can implement voice recognition in the software you create with eclipse.

    3. Re:Code-by-voice by dJOEK · · Score: 3, Interesting

      Eclipse is known for it's good GUI api (or at least it's better than regular swing)

      the only way to make voice commands work is to integrate them into your GUI

      so your OK-button object does not only have a textlabel-value but also an audiolabel.

      this works both ways, one way for accessibility ('hear' what button you will click) and the other way is using your own voice to 'click' it (by saying 'Ok')

      --
      Exercise caution when modding this message up: the author acts like a jerk when his karma is excellent.
    4. Re:Code-by-voice by LousyPhreak · · Score: 5, Insightful

      this would be nothing more than a nice wow-effect, because most coders write code much faster than speaking it

      --
      -- Karma: beyond good and evil - mostly affected by posting political
    5. Re:Code-by-voice by noselasd · · Score: 3, Funny

      Thoughts?

      I don't quite see myself sitting at my office going,(read out loud)
      if parenthese parenthese invar bitwiseor zero x three parentheseend equals
      zero or i less than zero parentheseend curlybrace ...
      No btw erase from first parenthese on last line to second parentheseend ... arrgh.. invar has a capital V btw.

      At any rate I'd guess I can write code faster than I can talk it.

    6. Re:Code-by-voice by JohnFluxx · · Score: 3, Insightful

      Insightful?
      The parent even mentioned RSI. Not many coders with bad RSI can type faster than speaking it :P

    7. Re:Code-by-voice by caveat+lector · · Score: 2, Insightful

      Not if writing code causes intense pain. In that case it's a choice between speaking code slowly and creating no code at all.

      I hope this ends up meaning open-source voice-recognition. I do hope it does.

      (says a double-crush sufferer under major physical therapy)

    8. Re:Code-by-voice by famebait · · Score: 2, Interesting

      But how about:

      "If-block."

      if( [condition] ){
      [body]
      }


      "Condition or."


      if( [left side] or [right side] ){


      "Right side I lessthan zero. Left side parens equals zero."


      if( ([number])==0 or i < 0 ){


      "Number invar bit-or hex three."


      if ( ( inVar | 0x3 ) = 0 or i < 0 ) {


      "Body." ...

      I might not switch, but I'm sure it could be made usable with some good design.

      -Joahcim.

      --
      sudo ergo sum
    9. Re:Code-by-voice by ortholattice · · Score: 2, Interesting

      Excellent suggestion. And think hybrid - use voice when voice is fastest. After saying "if-block", the cursor could be positioned at "[condition]" which is highlighted for replacement, either by typing at the keyboard or another voice command. Combine the best of both worlds. The best use might be to start off with a few common macros that you would ordinarily bind to function keys, and voice would allow you to use them without interrupting your normal typing flow to hunt and peck for an awkward meta key combination.

  5. IBM is great! by charlie763 · · Score: 4, Funny

    I love you, IBM. I want you inside me.

    --
    Welcome to the land of the free...pay toll ahead...no photography...please open your bag...
  6. Why? by Anonymous Coward · · Score: 5, Interesting

    Why is it doing this, is it because they think they can make more money with increased software sales? It also might be an advertising campaign, $10 million donation is buying a lot of free coverage.

    Corporations dont usually give a way stuff for nothing, in fact their mission by law is to maximize profit.

    1. Re:Why? by vidnet · · Score: 4, Insightful

      The software they're releasing is probably a project they've given up on (since they have the much more developed ViaVoice engine). Instead of letting it rot in a closet like most companies would, they give it away and score an immense amount of geek points in the process.

    2. Re:Why? by toolio · · Score: 3, Insightful

      Because this same plan has succeded in the past. Take Eclipse, IBM donated the framework for improvement by the open-source community and use it to build their prioprietory Websphere package. They don't have to worry about improving the API, just the extra features that make it worthwhile to buy.

      The same scenario applies here.

    3. Re:Why? by Anonymous Coward · · Score: 5, Insightful

      IBM is a "solutions company".

      They don't make money on software like other companies. The software they develope is used to provide solutions to other people's problems.

      Problems they pay IBM to fix. A large portion of the world is now using Linux for stuff. It's free, it's stable, it's as good as a midrange server OS as anything else out there.

      They want to use Linux, IBM wants to get their money. So IBM supports Linux.

      Also other aspects is what IBM likes. IBM needed a new OS for everything. They have Mainframes, Unix servers, database servers. S/390, Power series, AS/400, etc etc etc.

      For a long time IBM dumped money into propriatory software. Once the platform was antiquated, so was their software, and so the millions of dollars of money they put into their own closed source software is a dead end in just a few years. For all the mainframes, database software, developement software, power series, x86, etc etc etc . All these can be fuffilled by Linux. A open source software OS can provide all the functionality that they NEED.

      Of course something like OS/400 is better then Linux at running databases, but IBM has the capabilities of making nearly as good. Also this developement also benifits other platforms they support, that OS/400 won't run on.

      Buy using Linux they reduce the duplication of effort. No more OS/400 then AIX then this , then that. All of it can be linux, on nearly all their hardware. They just have to make it work.

      That's just one of the reasons. They make money from solutions, not software. People buy IBM to make things work, they don't care HOW or WHY, but they want things to work. With Linux they can get things working, cheaper, and eventually cheaper.

      No more dumping billions of lines of code into various bits of software that don't integrate and will be obsolete in 3 years. Linux has the potential, thru it's system design and open-ness and flexiblity to never go obsolete.. It'll just change with the times.

      Plus IBM would like to see Linux on the desktop, so they can basicly tell microsoft to fuck themselves when time comes.

      With this particular bit of software it ties into their websphere and database efforts. Reseptionists can just talk into the computer, people can just talk into the phone, and the computer understands.

      But it's worthless without the database and the infrastructure to back it up. If most of the rest of the infrastructure is open source to their customers, why make this little bit of it closed source? It just doesn't make sense.

      Sensationalist headlines like "cost IBM 10 million dollars to produce" is misleading.

      IBM doesn't give a flying fuck how much money it cost to make it.

      There is a well know thing called "sunk cost". It basicly means that money that is spent, is spent. Your not going to get it back. You don't survive long in business if you don't "get" this concept.

      A extreme example:

      Say you spent 100,000 dollars on a Windows solution. You have found out now that a Linux solution costing 2000 dollars can do what you want, and better.

      Your potential to make money on the new system is very high. Your potential to make money on the old system is very low.

      Which is smarter? To dump the old software and go with the new to make lots and lots of money? Or to keep the old software just because "you don't want to waste the 100,000 dollars".

      A intellegent person will go with the money making sceme and dump the money pit. A stupid person will be blinded by the sacrifice and stick with the old solution because they can't think clearly.

      IBM is all about making money. If they figure they can save money by using Linux vs AIX they will. They do recommend it to some of their existing AIX customers...

      Think about it this way:
      Linux is cheaper and almost as good. IBM saves money, their customers save money. More saved money by IBM customers means that they are more likely to grow and make even more money.

    4. Re:Why? by Zachary+Kessin · · Score: 2, Insightful

      What he said, plus this gives IBM a few other things for not much money. First of all having one OS for all of their platforms is very useful. The fact that linux comes with so much software already makes it even better. IBM has wanted a comon OS for years I bet, now they have one.

      The other thing is that they like the idea of having one very common OS, like windows is. But with windows someone else controls it. With Linux IBM can go where they want, even if Linus wants to go somewhere else. Now I imagine IBM is pretty good at getting Linus et al to do the things that they consider very important when they need it. They seem to have figured out how to play in the free software game better than most.

      Like the parrent said IBM never really made money on AIX, I'm sure it made a profit for them, but they mostly did it because they needed it to sell services etc. being able to do it with linux means that they can cut out a lot of costs in several places.

      --
      Erlang Developer and podcaster
    5. Re:Why? by Anonymous Coward · · Score: 4, Insightful

      Nice post, but you forget that IBM is a lot more than one company.

      They don't make money on software like other companies. The software they develope is used to provide solutions to other people's problems.

      No. IBM makes lots of money off software and patents for software processes. WebSphere Application Server, WebSphere Portal Server, Lotus Notes, and of course DB2 make up over a billion dollars in revenue last I heard. Granted, that's less than 5% of IBM's total revenue but it's still income.

      They want to use Linux, IBM wants to get their money. So IBM supports Linux.

      For IBM Global Services, yes. For Server Group's blade series, yes. For Software Group, hell no. Where is the Lotus Notes client that runs on anything but Windows?

      For a long time IBM dumped money into propriatory software. Once the platform was antiquated, so was their software, and so the millions of dollars of money they put into their own closed source software is a dead end in just a few years. For all the mainframes, database software, developement software, power series, x86, etc etc etc . All these can be fuffilled by Linux. A open source software OS can provide all the functionality that they NEED.

      No. z/OS has far more capabilities in the traditional business-oriented mainframe space than Linux at present, and it's stupid for IBM to try to push a Unix-like OS into a tightly-controlled mainframe environment. IBM *is* pushing Linux-on-mainframe as a consolidated web hosting environment, but IBM has no plans to kill z/OS.

      No more dumping billions of lines of code into various bits of software that don't integrate and will be obsolete in 3 years. Linux has the potential, thru it's system design and open-ness and flexiblity to never go obsolete.. It'll just change with the times.

      Not really. First, *lots* of IBM's software never exits the lab, and much that does dies a nasty death in the market. (See Tivoli for dozens of examples.) Second, IBM is riding the Linux bandwagon simply because *it has to* in order to survive.

      Plus IBM would like to see Linux on the desktop, so they can basicly tell microsoft to fuck themselves when time comes.

      No they don't. If they did they would port Lotus Notes (IBM's flagship desktop application) to Linux.

      Sensationalist headlines like "cost IBM 10 million dollars to produce" is misleading.

      IBM doesn't give a flying fuck how much money it cost to make it.


      IBM does care, a lot, about how much it costs to build something. Let me tell you an IBM internal secret: Eclipse was meant to take down *MS Visual Studio* back in *2000*. Yes, IBM was hoping that Eclipse would *outsell* VS, and when that obviously couln't happen IBM turned it into a marketing win. And lest we forget history already: it took several months of open-source activity before Eclipse was usable by the masses.

      Say you spent 100,000 dollars on a Windows solution. You have found out now that a Linux solution costing 2000 dollars can do what you want, and better...

      A intellegent person will go with the money making sceme and dump the money pit. A stupid person will be blinded by the sacrifice and stick with the old solution because they can't think clearly.


      An intelligent person will evaluate the total business cost of that solution, and ask themselves if they have enough in-house experience to run the Linux solution with the same apparent reliability as the Windows solution. If you've got some *nix talent in-house, the switch is worth it. If you don't have that talent, then the *one-time* cost of $98,000 is more than offset by the continual cost of a new full-time salary.

      Think about this: I could go with a cheapo MS MS SQL setup for my company or a expensive IBM database.

      Or you could look at the "free" open-source database and cut both Microsoft and IBM out of the picture.

      Because it works 99.99995% of the time, an

  7. That means one ore thing missing in linux gone? by drmancini · · Score: 5, Interesting

    When you look at GNU/Linux as a complex system and think of the things that users complain about when Linux usability is concerned, GPL'd speech recognition software is definitely one of them.

    Hooray for IBM and as Ali said in the Linux ad "don't back down"!!

    --

    Never underestimate the power of idiots in large groups
  8. Viable by tuxter · · Score: 3, Insightful

    Is voice recognition software really viable? When you take into account the different accents, dialect and slang, is it just a pipe dream? Is it a software or hardware related issue?

    1. Re:Viable by Metryq · · Score: 2, Informative

      I've run into some very slick voice recognition software -- some of it is in use on telephone navigation systems (rather than having to punch a number). Considering the world-wide nature of one company I found using this, it must be very reliable. (The person I finally ended up talking to said that the system rarely stumbles.)

    2. Re:Viable by notthepainter · · Score: 3, Interesting
      Yes and no.

      I used to work for MacSpeech, we also did large vocabulary dictation systems like ViaVoice.

      Back when I was there it really wasn't viable for most people.

      However, not all people can type, this includes both the "Hands Free" market (disabilities) and the "Hands Busy" market. Surprisingly, many people also don't want to type, this includes medical and legal professionals. They have an interesting problem, they often need to generate large amounts of boilerplate text quickly. Doctors, Radiologist, Lawyers are also all pretty smart and they heavily use the macro packages to contstruct documentation systems that suit their needs exactly. As you might also imagine, VARS step in and also make these macros.

      Is it for you? Maybe not, but it is for a lot of people.

  9. Around 2 decades late... by Xpilot · · Score: 5, Funny

    ...if only computers (namely Macs) had this technology back in the 80's our favourite 23rd century engineering hero wouldn't have had so much trouble using one at the plexiglass plant. "Hellooooo computer". Still cracks me up.

    --
    "Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." -- Linus Torvalds
  10. Human-Centered Computing! by Milo+Fungus · · Score: 5, Interesting

    My brother (who works for IBM) recently sent me an article on USA Today about the system IBM and Honda have developed for speech-interface with a GPS-enabled navigation computer. Really cool stuff.

    For those of you who haven't read it, check out The Unfinished Revolution by Michael Dertouzos. I don't agree with all of his analysis (he was a little lacking in pragmatism on some points), but overall this book was very insightful. This book, along with Weaving the Web by Tim Berners-Lee, caused a big paradigm shift in my thinking about computer technology.

  11. Code or training? by SWroclawski · · Score: 4, Insightful

    In the late 90s I talked with an IBM representative about releasing the ViaVoice source under a Free Software license and the person I talked to (I don't recall his name) said that they might be willing to release the source code- the code wasn't valuable to them. The value in the ViaVoice is the "thousands of hours of training" that the code uses to determine words and voices.

    So my question is- will the code released include training to make it work and or will someone be able to put together the necessary resources to train the system.

    1. Re:Code or training? by maxwell+demon · · Score: 3, Interesting

      Maybe set up sort of a ViaVoice@Home project where every geek can help training the software?
      Actually it should be quite easy: The client reads your keyboard and the microphone, and you are supposed to speak loudly whatever you type. The training results are regularly exchanged with the central server.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  12. HTK is already availabale as open source by virtigex · · Score: 4, Informative
    From the article, it looks like they are making their network grammar version available, not their dictation grammar version. There are types of continuous speech recognition engines, the simple version that uses a hand-crafted network grammar (which seems to be the version that they are talking about), which can be used to recognize simple utterances such as dates, and one that uses a statictical language model and which can recognize an entire language.

    This is not earth-shattering news, since HTK has been available for some years. HTK was owned by a company called Entropic and was released as open source when it was bought by Microsoft. HTK can be found at http://htk.eng.cam.ac.uk/. and can handle network grammars. This lessens the impact of IBM's news.

    1. Re:HTK is already availabale as open source by Curt+Cox · · Score: 2, Informative
      Sphinx is a speaker-independent large vocabulary continuous speech recognizer under Berkeley's style license. It is also a collection of open source tools and resources that allows researchers and developers to build speech recognition system.

      FreeTTS is a speech synthesizer written entirely in the Java programming language.

  13. Eclipse licensing by beef3k · · Score: 2, Informative

    It is also worth noting that the Eclipse Foundation recently introduced the Eclipse Public License, and are in the process of transitioning all code from the CPL to the EPL.

    All new contributions will be under the EPL, so if IBM wants to donate anything to the Eclipse project it will be under this license.

  14. Nice M$-Comment at the end by echappement · · Score: 5, Interesting

    Nice title;
    Speech code from IBM to become open source

    And even better.. the comment from Microsoft, quoted at the end of the article
    "IBM has not executed in bringing this technology to a broad market as Microsoft has."

    Beside the jokes; The article states as well that Microsoft introduced their Speech Server 2004 last March, and that 100,000 software programmers have downloaded Microsoft's free software developers' kit for building speech applications on its Windows .Net technology. What exactly is the difference in quality and approach between the package from M$ and the one here mentioned from IBM ?

    1. Re:Nice M$-Comment at the end by ungerware · · Score: 2, Interesting
      With IBM's new donation, you could build a peice of consumer hardware that plugs into a wall socket & a phone line and runs your voice applications over the phone.

      You could build 10,000 boxes and sell them around the world without any licensing fees.

      That is somewhat different from a solution developed with Microsoft Speech Server 2004.

      Afraid not. IBM is open sourcing 2 things, neither of which is their speech recognition engine. One is just a JSP library, with some tags for generating voicexml for dates, times, currency grammars, etc. The other is some tools code for eclipse. Modules for editing voicexml, ccxml, grxml, etc. A fancy XML editor. Ho hum.

      Really not much to see here.

      --

      -----
      Kvetch is Yiddish for "throw an exception" --Dr. Ron Cytron
  15. IBM also has a grammar based system. by perky · · Score: 4, Interesting
    IBM also has (or rather had in 98,99,2000) a grammar based recognition system based on the same engine, but using compiled grammars and naturally a cut down acoustic model dependant on the contents of the grammar. There was also a toolset, supporting compiling grammars from BNF, building speech telephony applications and so forth.


    IBM Hursley labs had a name dialler 5 years ago that let you phone the computer, say the name fo the person you wanted to speak with, and get put through. They also had a system that provided weather forecasts based on the name of the city or country you said. I was pleased to name the latter "Global Weather Information System" or GWIS, pronounced Gee-whizz. Both ran on the machine under my desk. Both worked reasonably well, especially given that a lot of the acoustic models for names and places were automagically generated.

    --
    "The new wave is not value-added; it's garbage-subtracted" - Esther Dyson, Dec 1994
  16. Re:HTK is NOT availabale as open source by bonniot · · Score: 5, Informative
    I was suspicious about MS releasing anything under an Open Source license, so I checked. From HTK's license:

    2.1 The Licensor hereby grants the Licensee a non-exclusive license to a) make copies of the Licensed Software in source and object code form for use within the Licensee's organisation; b) modify copies of the Licensed Software to create derivative works thereof for use within the Licensee's organisation.

    2.2 The Licensed Software either in whole or in part can not be distributed or sub-licensed to any third party in any form.

    This license is in no way Open Source. Yes, you can play with the source, but you cannot build something useful with it and redistribute under the same license.

  17. Good will and a tax deduction by hrvatska · · Score: 3, Insightful

    Good will in the geek community, free publicity for something that would have just laid around collecting dust otherwise, and maybe a $10 million tax deduction for donating to a non-profit. Not sure about the tax deduction, but this is a donation to a charitable organization, and you can deduct the value of what you donate to these organizations, such as the value of a used car.

  18. Sphinx by agentk · · Score: 5, Informative

    Hmm, this is nice, but I was never impressed by ViaVoice. Sphinx is much better to work with.

    Reed

    --

    VOS/Interreality project: www.interreality.org

    1. Re:Sphinx by tigersha · · Score: 2, Interesting

      How does Sphinx and ViaVoice compare? I am seriously thinking of playing with these two thingies but I would like to have some kind of a opinion fro a serious user.

      Thanks.

      --
      The dangers of excessive individualism are nothing compared to the oppressiveness of excessive collectivism
  19. Re:HTK is NOT availabale as open source by Paul+Lamere · · Score: 3, Informative

    For an open-source speech recognition system with a real open source licence check out the CMU Sphinx Project, a family of speech recognition engines, training tools and associated acoustic and language models. The latest version Sphinx-4 is written in Java and is released under a BSD-style license.

  20. Voice software by RichardX · · Score: 4, Funny

    Modern voice dictation software is pretty good I'm using viavoice now to write this and I find bark bark shaddup I find that it bark bark shut up damnit bark bark don't make me come down there I find that bark bark okay that's it I'm coming down there argh crash thud bark bark bark bark bark bark

    --
    Curiosity was framed. Ignorance killed the cat.
  21. Beer? by bsartist · · Score: 4, Funny

    Does this mean that speech is now free as in beer?

    --
    Lost: Sig, white with black letters. No collar. Reward if found!
  22. Not what you think - here's something that is by ibi · · Score: 3, Informative

    They're not open-sourcing anything resembling ViaVoice to the Eclipse folks. Check out the eclipse voice tools proposal. It's directed at making it easier at creating call-center type voice reco apps - not at making Eclipse a voice-directed IDE.

    If you're interested in open-source voice recognition check out OSSRI - an effort to bring together some sort of practical large vocab speech recog to linux. They're just starting up, but the mailing list archives hold a fair amount of discussion about the current state of the open-source SR world. (Which, to sum up, isn't that great :-) As a stop-gap they're hoping to get WINE support for Dragon/Scansoft NaturallySpeaking.

  23. Let me know when they start giving away... by nusratt · · Score: 2, Funny

    ...all of the IBM voice-recognition software I keep getting spammed about, so the spammers lose their incentive.

  24. VoiceXML IDE by gawi · · Score: 2, Interesting
    I believe IBM is opening Voice Toolkit for WebSphere Studio.

    It's a product based on the Eclipse patform (not a plugin, more a standalone application).

    It's a VoiceXML-oriented IDE. In a nutshell, VoiceXML is a specification that defines how to make a speech recognition (or DTMF) application for the *phone* (not the desktop) using a Web model (that is, exchanging documents over HTTP). The toolkit developped by IBM allows programmers to build call flows graphically, to edit VoiceXML and grammar documents, to manipulate pronounciation dictionnaries and to do other related tasks. I believe this is the part that they are going to give to Eclipse.

    The other piece they're going to open is "Reusable Dialog Components", a set of VoiceXML documents (or templates), grammars and code. Theses modules allow programmer to combine different components together in order to build a complete application. I think this part is going to Apache.

    Also note that:

    Currently, Voice Toolkit for WebSphere Studio is only available on Windows

    Although VoiceXML is a growing standard, many area are still uncovered by the spec. AFAIK, this toolkit is not likely to integrate nicely with run-time platforms other than IBM WebSphere Voice Server.

    This is just an IDE. You need to buy the runtime (the VoiceXML gateway). I really don't think they will open their speech recognition software (a lot more than a 10M$ investment).

    --
    All humans are mortal. Socrates is a human. Socrates is dead.
  25. Either way... by Eric+Damron · · Score: 2, Insightful

    "This is a case of IBM following Microsoft," said James Mastan, director of marketing for Microsoft Speech Technologies."

    Maybe. When did IBM come out with ViaVoice? It's been a number of years. They even offered it for Linux for a while. When did Microsoft jump on board? Maybe Mr. Mastan's statement is just bull too.

    Either way, I'm glad to see IBM doing this. Voice recognition enabled programs open's a whole new and exciting frontier for software developer's both on the desktop and in embedded projects.

    --
    The race isn't always to the swift... but that's the way to bet!
    1. Re:Either way... by Anonymous Coward · · Score: 2, Interesting

      Nah, you're in the completely wrong product division. When people hear "speech recognition", they automatically think of stuff like ViaVoice and DragonDictate. This announcement has _nothing_ to do with software for interfacing with your desktop computer.

      They're talking about their voicexml tools. They're open sourcing some tools for developing voicexml-based speech applications that run in a call center somewhere, replacing "press 1 for this, press 2 for that" with "say the name of a city and state, and I'll give you a weather forecast". Customers are generally big enterprises with big call centers, and they're trying to create the appearance of a "standard development methodology" that, in reality, only they support, so they can drive engine sales and services revenue.

      Of course, MS is trying to do the same thing. IBM's closer to the mark, because voicexml actually _is_ the predominant standard, whereas MS just made SALT up all by their lonesome and have yet to have any real deployments outside of their own companies and companies they have tremendous sway over.

  26. In other news, by mbstone · · Score: 3, Funny

    Bill Gates announced today that the source code for Microsoft Bob® and Microsoft Clippy®, valued on Microsoft's books at $175 million, has been donated to the Free Software Foundation, a tax-exempt entity.