speech-to-text

Manipulating a NSTextField via AppleScript

A little side project I'm working on is a digital life assistant, much like project JARVIS. What I'm trying to do is speak to my mac, have my words translated to text and then have the text interpreted by my program. Currently, my app is very simple, consisting of a single window containing a single wrapped NSTextView. Using MacSpeech ...

Open Source Framework for Speech to Text on the iPhone

Does anyone know of a good framework for speech to text on the iPhone? I've tried using CMU's VocalKit, but it doesn't seem to be working very well for me. Any suggestions? ...

It's posible to do SpeechToText(Speech recognition) and afterwards TextToSpeech (using same text and same voice)?

Hello I'm working on a program for tone deaf people. I've working with sapi and a TTs. The program does a 3D animation with a hand at the same time. But the problem is that the voices (also when a put them at its slowest speech) is to fast for what I want. So, I've thought on speech recognition, but the problem is that I've to do a larg...

SAPI: Server-side dictation

Folks, I am trying to put together a server-side system where I use Microsoft SAPI to: Perform multiple simultaneous dictation-style recognitions in the server. Additionally, all recognitions could be using different speaker profiles (my application would identify the user and indicate to SAPI which profile to load). I would also like ...

Does speech to text happens on device?

(I do not have any dev android phone and currently working on emulator only. As the emulator do not have voice input method, these silly question came up in my mind.) Does android process speech input on the device itsself (with limited computing power of 300-500MHz or 1 GHz) or it sends to Google Serves and gets text back? Does it w...

Speech to text API for iphone?

Hello Can anyone provide sample integration or please let me know any 3rd party api for speech to text conversion in iphone ? Thanks & Regards, Tariq ...

Web services for converting audio speech to text

I'd like to know what online services are out there that can convert speech from audio files into text. I've seen many posts on stackoverflow about speech recognition for mobile devices and people looking to add speech capabilities to their applications using platform specific APIs. The only service I found so far is www.voicecloud.c...

Library speech not found... What should I do??

10-20 18:40:02.097: ERROR/AndroidRuntime(21851): Uncaught handler: thread pool-1- thread-1 exiting due to uncaught exception 10-20 18:40:02.102: ERROR/AndroidRuntime(21851): java.lang.ExceptionInInitializerError 10-20 18:40:02.102: ERROR/AndroidRuntime(21851): at com.google.android.voicesearch.RecognitionActivity.startRecogniti...