Tagged Questions
3
votes
1answer
302 views
Open Source Software For Transcribing Speech in Audio Files
Can anyone recommend reliable open source software for transcribing English speech in wav files? The two main programs I've researched are Sphinx and Julius, but I've never been able to get either to ...
3
votes
2answers
334 views
Voice to Text recognition
I am a beginner in Android development. Is there any possibility to write a speech to text software that could access Googles network based back-end voice to text system ?
3
votes
7answers
650 views
Which language to use to write a Speech Recognition software?
I want to write a basic Speech Recognition software which can convert speech to text. I wanted to know which language is most suited to write such a software. Is Java suited for this job?
edit : ...
2
votes
1answer
858 views
Speech to text from wav file Java
is it possible to recognize wav file from java is it possible with cloudgarden java speech api their is a sample code from cloudgarden example, any change is need for our own wav file
the sample code ...
1
vote
1answer
150 views
How to use CMU Sphinx 4 for speech to text with english voxforge models
I'm trying to figure out how to use sphinx4 or pocketsphinx with the english voxforge model but I can't get it working. I have tried to read doc pages (like this one ...
1
vote
1answer
96 views
Can I use freetts to detect a specific sound from audio input?
Can I use freetts to do something like speech to text convert?
I need to detect a specific sound from audio input from my laptop, can I do this by freetts in java?
0
votes
3answers
94 views
How to setup a Speech Recognition Server?
How to implement Speech recognition at server side (please don't suggest HTML5's x-webkit-speech, javascript etc) ? The program will take an audio file as input and with sufficient accuracy provides ...
0
votes
0answers
24 views
Any way to run Windows Speech Recognition Profile Tool in backend of my app..?
I need to import a speech profile through WSRProfile.exe in my project .but i need to run this in back end .users of my app shouldn't see that particular wizard.Is there any way of doing that..?
0
votes
1answer
197 views
How to convert voice to text?
I am trying to converting my wav file to text file using sphinx4. Is it possible to recognize the word which is not include in grammar file?
0
votes
1answer
215 views
Android SpeechRecognizer should only be used from the application's main thread
I am trying to integrate some of Androids Speech APIS in my AndEngine based game.
I placed my code within the BaseGame activity - however this error appears at runtime:
05-06 23:51:28.955: ...
0
votes
2answers
990 views
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 using the RecognizerIntent: http://android-developers.blogspot.com/search/label/Speech%20Input
However - I ...
0
votes
0answers
228 views
0
votes
0answers
302 views
Enabling OpenOffice.org office suit with speech-to-text conversion technology such as Sphinx-4
myself Amol Dudvadkar from India. As part of my final year project I am working on enabling OpenOffice.org office suit with voice command module. I want to execute normal cut, copy, select all, etc ...
-1
votes
0answers
96 views
convert speech to text in offline
I need voice to text in offline mode. i.e. Don't use any Google API.
I need any java lib so app will not access internet.MCU Sprinx is an
Open Source library for voice to text but not able to use it.
...
-1
votes
1answer
226 views
Android SpeechToText STT Dialog
Is there any way to hide the dialog box that shows up when using Speech to Text in android? I have read somewhere it is impossible but surely there must be a way to at the very least show it then hide ...