Questions tagged [speech-to-text]

The translation of spoken words into text. Possible synonyms include automatic speech recognition, ASR, computer speech recognition, speech to text, STT.

2372 questions
6
votes
2 answers

How to test Speech input in microsoft BOT?

I have integrated Speech input api (Bing Speech API) in one of the BOTs (MS BOT framework-.net) I am working on, but not sure how to test if it is working or not. Does MS Bot emulator facilitate testing it with mic? or should I use any of the…
Ashish
  • 61
  • 3
6
votes
3 answers

How can I integrate Bluemix Conversation and Speech-To-Text and Text-To-Speech

I would like to use the Bluemix Conversation sample application and add speech input and output to it. There are other sample applications for Bluemix TTS and STT available. What are options to integrate these 3 functions and which of them are…
6
votes
2 answers

Offline voice recognition android taking unwanted voice

I have did a lot for research and tried offline pocket sphinx but it is taking surrounding voice it is taking and reacting my app differently. Is there any Google offline app for above kitkat 4.4.. i am trying it from 2 week. Thank for your valuable…
6
votes
2 answers

Speech Recognition(Speech To Text) is not working in android 4.2.2

I have device which has android 4.2.2 is installed on it. Is is not supporting SpeechRecognition api. I tried one speech to text application and it is giving "Speech to Text doesnot support in your device" error. I also tried installing Google…
6
votes
1 answer

webkitSpeechRecognition is "lagging" behind when gathering results

Had an itch to try out the Web Speech API. I copied the code exactly from the article, and I'm having an issue where you speak, but nothing happens until you speak AGAIN. [Fiddle: http://jsfiddle.net/w75v2tm5/] JS: if (!('webkitSpeechRecognition' in…
RickyAYoder
  • 963
  • 1
  • 13
  • 29
6
votes
4 answers

Google speech to text API in C#

My program get a correct respon from google when the flac file recorded manual by using windows's sound recorder and convert it using a software converter. But when I use the file that recorded by my program, I got "{"result":[]} " from google. What…
mustofa27
  • 71
  • 1
  • 2
  • 7
6
votes
3 answers

System.Speech.Recognition Choosing Recognition Profile

Does anyone know how to change recognition profiles from within a .NET application? I am writing a .NET application that does speech recognition using the capabilities found in the System.Speech.Recognition namespace. The audio that I am feeding…
Mark Kanof
  • 1,426
  • 1
  • 11
  • 16
6
votes
3 answers

Is there an API (or any hacks) to access Enhanced Dictation in Mac OS X Mavericks?

I am trying to find an easy way to transcribe an audio file to text (CMU Sphinx, Julius, etc. are difficult for someone not knowledgable about voice recognition, configuring language models, acoustic models, etc.). I wondered if there was a way to…
6
votes
3 answers

How to go about making an untrained speech to text converter?

I have a severe to profound deafness from a very early age but luckily I can speak like a normal person. Verbal communication has always been difficult for me due to my impaired speech recognition abilities even with lip-reading. I have gone through…
Joy Dutta
  • 3,416
  • 1
  • 19
  • 19
6
votes
2 answers

Speech to Text API or SDK for Mobile (Cross-Platform)

What are the best currently supported speech or text API or SDK for mobile (multiple platforms: Android, iOS, etc) There are a few posts particular to the iPhone, but I am looking for a solution that would work ideally cross-platform. N.B. It seems…
ina
  • 19,167
  • 39
  • 122
  • 201
6
votes
3 answers

Speech recognition for android

I want to speech recognition for burmese language. I refer following links…
kalpana c
  • 2,739
  • 3
  • 27
  • 47
5
votes
2 answers

converting audio file into text file using java

i am developing a desktop application using java. this application is for school kid to teach English, where user can upload some English audio can be in any format which need to be converted into text file. where they can read the text. I've found…
Yashprit
  • 512
  • 1
  • 8
  • 22
5
votes
5 answers

Speech to text in emulator: No Activity found to handle Intent

I want to ask how I can use speech to text code on my emulator. My codes work on real device but not work on emulator. The error said : No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) } What can I do?
CompEng
  • 7,161
  • 16
  • 68
  • 122
5
votes
2 answers

Record Audio in Background on Bluetooth Device Button Press (iOS)

Is it posssible to implement an iOS app that is capable of recording audio (for the purpose of processing speech-to-text) when a user presses a button on a connected Bluetooth (BLE) device, when the handset screen is off or the app is…
5
votes
0 answers

Training Tenserflow Model for Speech Recognition in React

I'm using Electron + ReactJS and Tenserflow. I want to have like a collection of 500-1000 words like 'dog', 'newline', 'cat' be recognized when i talk. How much time can it take for the model to be trained with 500 words? I used 5 words and it took…
Why so Async
  • 109
  • 4