Top "Speech-recognition" questions

Speech recognition (SR) is the inter-disciplinary sub-field of computational linguistics which incorporates knowledge and research in the linguistics, computer science, and electrical engineering fields to develop methodologies and technologies that enables the recognition and translation of spoken language into text by computers and computerized devices such as those categorized as smart technologies and robotics

Speech to Text on Android

I am looking to create an app which has Speech to text. I am aware of this kind of ability …

java android speech-recognition speech speech-to-text
Speech recognition in C or Java or PHP?

Is there any well known established framework for C or Java or PHP to do speech recognition applications? Microphone audio …

java php c speech-recognition
Android Speech Recognition Continuous Service

I'm trying to create a service to run continuous speech recognition in Android 4.2. Using the answer from this link ( Android …

android service speech-recognition
Using the Android RecognizerIntent with a bluetooth headset

I use the following code to launch speech recognition in Android: PackageManager pm = getPackageManager(); List<ResolveInfo> activities = pm.…

android bluetooth speech-recognition
How do you enable a microphone input in the android emulator

I have been on a rough ride trying to do something using the Speech recognition on an android emulator. Having …

java android speech-recognition adb microphone
C++ Speech recognition API

I am seeking for a C++ speech recognition/voice recognition API. I have gone through few, including VOCE and pocketphenix. …

c++ artificial-intelligence speech-recognition voice voice-recognition
Voice recognition on android with recorded sound clip?

I've used the voice recognition feature on Android and I love it. It's one of my customers' most praised features. …

android speech-recognition voice voice-recognition
Is there a way to use the SpeechRecognizer API directly for speech input?

The Android Dev website provides an example of doing speech input using the built-in Google Speech Input Activity. The activity …

android speech-recognition speech-to-text
Split speech audio file on words in python

I feel like this is a fairly common problem but I haven't yet found a suitable answer. I have many …

python audio speech-recognition speech heuristics