Server-side Voice Recognition [closed]

半腔热情 提交于 2019-11-30 00:51:51
David J. Liszewski

There are several IVR services which host an entire VOIP session (telephone call) as a complete application, rather than offer individual service transactions "àla carte". If you were to make your program look like a VOIP call, you might be able to get it done with some of these services.

Voxeo published a list of free (and low cost) IVR hosting providers aimed towards developers for limited use. Not surprisingly, all will require registration.

Another possibility would be to make a direct inquiries with Vlingo, Twilio, or Tropo as they might sell you exactly what you need.

UPDATE: July 25, 2012

AT&T has announced availability of a Speech API on . You send it audio – it returns text in XML or JSON data formats. See also developer site.

UPDATE: August 27, 2012

Another possibility is the Dragon Mobile SDK from Nuance, which is aimed at individual developers looking for an API enabling consumer applications with speech and/or text-to-speech functionality.

UPDATE: September 21, 2012

There seem to be several new providers offering exactly what you are looking for: speech samples in, text out. The following are listed on Programmable Web:

Also note that Loquendo is now part of Nuance.

UPDATE: June 27, 2013

AT&T's Speech API has a few targeted SDKs (Android, iOS, PhoneGap, Titanium, Windows) - some of which are hosted on GitHub. There's even source for a Unity 3D demo.

UPDATE: January 23, 2014

OneTok has reformulated it's offerings as an SDK for iOS and Android.

Apparently the Voice Genie product has been thoroughly digested by Genesys such that little trace of it can be found. Given Genesys' positioning towards large enterprises, is difficult to know if they have any small-volume or commodity offerings.

Plumvoice seems to have expanded their offerings.

As with many before it, Vlingo is now part of Nuance.

(I've tried to update any broken links in original answer.)

UPDATE: October 31, 2015

Keeping this answer up-to-date is a Sisyphean task.

Voxeo's list of free (and low cost) IVR hosting providers now re-derects to AT&T Speech API, which, in full disclosure, I now have material involvement with therein, and as such, disqualifies me from providing linking to pretty much anything without impugning my credibility.

That said, there are many players in the speech/NLP market. Do diligence.

UPDATE: April 8, 2016

So now Google is totally upsetting the apple cart.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!