Tagged Questions
6
votes
2answers
243 views
Is there software that outputs speech-to-text at the Phonological level?
Is there any software out there capable of taking audio files and outputting phonological (IPA) text?
I understand much of the software out there takes it straight to a language, but is there one ...
4
votes
1answer
2k views
good Speech recognition API
I am working on a college project in which i am using speech recognition. Currently i am developing it on windows 7 pc and i m using system.speech API package which comes along with .net and i am ...
2
votes
1answer
52 views
Redirecting all input from Dragon NaturallySpeaking to Python? (Using Natlink)
I am currently writing an AI program that receives input from Dragon NaturallySpeaking (using Natlink), processes it, and returns a spoken output. I was able to come up with a Receiver GrammarBase ...
2
votes
2answers
784 views
pyspeech (python) - Transcribe mp3 files?
I'd like to transcribe mp3 (speech-to-text) using the pyspeech API. I don't know if this is possible, though.
Is it? How?
1
vote
1answer
96 views
Is there any API for Text-Speech?
I'm looking for a Text-Speech API for my project, but I couldn't find a good one, because I'm looking for free.
I have found iSpeech, It's free for mobile developers but you must if you are a web ...
1
vote
2answers
2k views
Microsoft speech API 5.1, 5.3?
I'm a little confuse between the different SAPI version available.
First of all, I only find the SDK to develop with the 5.1 version, is there any SDK for the 5.3 version available, if not, why ?
...
0
votes
3answers
98 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
92 views
C# system.speech.recognition alternates
I am using using system.speech.recognition to recognize a single word from many. Because the accurate is not very good, I want to consider more options the engine gives me. However, the ...
0
votes
1answer
199 views
Matlab sound waves comparison [closed]
I just want to compare two sound waves with Matlab.
If anyone know about this, please help me with any function regarding this in matlab
0
votes
2answers
1k 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 ...