Anyone know of any good server side voice recognition engines that are already hosted? I.e. I want to be able to call a simple web API posting some sound data and get text back. Doesn't have to be free - but hopefully free to experiment with.
相关问题
- Can we recover audio from MFCC coefficients?
- What are the advantages ManageIQ has over OpenStac
- How can my C# program behave differently depending
- Speech recognition not working well
- Flask app cannot open server to Google Cloud Compu
相关文章
- How to embed Google Speech to Text API in Python p
- Error Domain=kAFAssistantErrorDomain Code=209 “(nu
- portaudio.h: No such file or directory
- How to simultaneously read audio samples while rec
- Android: Arabic speech recognition - offline
- Developing a Multitenant SaaS
- UWP speech recognition failure requires restart wi
- Rails/Capistrano tool to deploy static assets to R
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.
VoiceGenie Developer Workshop(absorbed into Genesys)Loquendo C@féstatus unknownNuance Café(Bevocal) now Nuance On-DemandPlum Voice Hostingnow Plum DEVAnother 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
andAndroid
.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.