Tagged Questions

1
vote
3answers
58 views
+100

C#: transcribe WAV file to text (speech-to-text) with System.Speech namespaces

How do you use the .NET speech namespace classes to convert audio in a WAV file to textual form which I can display on the screen or save to file? I am looking for some tutorial s …
1
vote
2answers
76 views

Transcribing WMA/MP3 audio in an automated fashion?

I’ve got a lot of speech audio in WMA format and I’d like to machine transcribe it – even if the transcription is not 100% accurate, I think it could help quite a bit as an “index” …
6
votes
2answers
87 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, …
0
votes
1answer
90 views

speech to text conversation through API

Hi, can anybody suggest API either free (that's very good) or paid to convert speech in to text for iPhone application. Thanks, AAryan
0
votes
0answers
84 views

Getting WAV file transcription to work with Sphinx4

Hi, I've got Sphinx-4 installed on my windows XP system and JSAPI set up. I'd like to transcribe an English spoken WAV (or MP3) file to text. When I run the "WavFile" demo - i …
2
votes
5answers
163 views

Speech to Text for Right to Left languages

Is there any way to convert speech to text for right to left languages, e.g Arabic language? UPDATE: I need a speech recognition engine that write Arabic speech to file.
2
votes
2answers
543 views

iPhone App › Add voice recognition?

I'd like to build an app that uses voice recognition. I've seen big companies like Google etc implement this feature, but I'm curious about doing it on a start-up level. Anyone loo …
3
votes
7answers
227 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 th …
0
votes
2answers
884 views

Microsoft speech API 5.1, 5.3 ?

Hi, 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 ava …
1
vote
3answers
860 views

How do I convert speech to text?

How could I take MP3 and convert the speech to text? I've got some recorded notes from a conference and from meetings (there is a single voice on the recording, which is my voice) …
2
votes
2answers
177 views

Do all voice-to-text algorithms operate in real-time?

Do all voice-to-text algorithms of current technology operate in real-time? I don't mean with a person sitting at a computer with a microphone, but rather inputing a pre-recorded a …