Tagged Questions

involving applications such as text-to-speech (TTS) and speech synthesis

learn more… | top users | synonyms

23
votes
16answers
2k views

Voice Recognition Software For Developers

Well the doc's finally said it, I need to take it easy on my wrist for a few months. Being that I'm a .NET Developer this could end my livelihood for a little while, something I'm not anxious to do. ...
15
votes
3answers
3k views

What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?

There are two similar namespaces and assemblies for speech recognition in .NET. I’m trying to understand the differences and when it is appropriate to use one or the other. There is ...
10
votes
1answer
5k views

x-webkit-speech help

I am trying to use the new x-webkit-speech function in a simple html/js extension in google chrome. I however have tried and tried looking at a bunch of examples and cannot get it to successfully call ...
8
votes
4answers
2k views

Open source code for voice detection and discrimination

I have 15 audio tapes, one of which I believe contains an old recording of my grandmother and myself talking. A quick attempt to find the right place didn't turn it up. I don't want to listen to 20 ...
8
votes
6answers
9k views

Android: Speech Recognition without using google server

I want to develop an Speech recognizer in android, which should work in offline. As the android's built-in speech recognizer uses google server which needs internet, i want an alternative which works ...
8
votes
3answers
410 views

Reading Source Code Aloud

After seeing this question, I got to thinking about the various challenges that blind programmers face, and how some of them are applicable even to sighted programmers. Particularly, the problem of ...
7
votes
4answers
1k views

Audio analysis to detect human voice, gender, age and emotion — any prior open-source work done?

Is there prior open-source work done in the field of 'Audio analysis' to detect human-voice (say in spite of some background noise), determine speaker's gender, possibly determine no. of speakers, age ...
7
votes
4answers
5k views

Voice Recognition in C++

I'm looking for a way to implement trainable voice recognition in C++. I've found the SAPI 5.3 SDK which looks promising, but the only tutorials that I can find are for TTS which is the opposite of ...
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 ...
5
votes
1answer
1k views

Google speech to text API for languages other then English

Is there an API for speech to text for languages other then English? I know the API for English (http://developer.android.com/resources/articles/speech-input.html) but I want be able to recognize ...
5
votes
1answer
410 views

Dragon NaturallySpeaking Programmers

Is there anyway to encorporate Dragon NaturallySpeaking into an event driven program? My boss would really like it if I used DNS to record user voice input without writing it to the screen and saving ...
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 ...
4
votes
16answers
2k views

I need an interesting computer science topic [closed]

I'm competing in a public speaking competition. It is about communicating scientific ideas to non-scientific audience in only three minutes. What computer science topic might make an interesting ...
4
votes
1answer
4k views

Acoustic training using SAPI 5.3 Speech API

Using Microsoft's SAPI 5.3 Speech API on Vista, how do you programatically do acoustic model training of a RecoProfile? More concretely, if you have a text file, and an audio file of a user speaking ...
3
votes
2answers
85 views

CSS Speech Bubble with Box Shadow

Creating a DIV that uses CSS to draw a triangle to the left. Trying to apply a uniform box-shadow to both parent and the pseudo element (see images) and code. Is this possible? Or am I better off ...
3
votes
1answer
1k views

How can I use speech recognition without the annoying dialog in android phones

Is this possible without modify the android APIs? I've found a article about this. There's one a comment that I should do modifications to the android APIs. But it didn't say how to do the ...
3
votes
1answer
647 views

Android: How to detect when a user stops talking into the microphone

I have an Android application that begins recording from the microphone when the application starts. In my current version, the user must press a STOP button to stop recording. How do I detect that ...
3
votes
6answers
653 views

Which Audio Codec should I use?

Which audio codec should I choose for my C# software development project where the raw audio to be transcoded/transported/used is based on the following: For encoding Speech only Audio can be stereo ...
3
votes
1answer
706 views

Vector Quantization in Speech Processing Explanation

I'm having trouble determining from this research paper exactly how I can reproduce the Standard Vector Quantization algorithm to determine the language of an unidentified speech input, based on a ...
3
votes
3answers
125 views

Are there programming languages designed to use only speech for input?

I am interested in developing a domain-specific language which could be driven only by speech input. Are there examples of programming languages designed specifically for speech-only input? We can ...
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
0answers
54 views

How to save raw bytes returned by onBufferReceived() of SpeechRecognizer to encoded AMR_NB file?

I came across this great answer on how to capture audio data returned by SpeechRecognizer. However the bytes returned are raw and I am wondering whether there is a way to encode those bytes to a ...
2
votes
2answers
257 views

Python-Speech recognition

I have an audio file(recorded telephone conversation of 2 people). I need to separate the voices of 2 speakers automatically. I am new to speech recognition and I looked at wave module of python but ...
2
votes
0answers
185 views

offline voice recognization for voice calculator

i am building an application "Voice Calculator" which takes input as a voice and display result based on the input. i dont want to use a google servers for voice recognization, is there any way ...
2
votes
2answers
456 views

Can the input with attr “x-webkit-speech” be with language other than English?

Currently, the Chrome x-webkit-speech seems only works well with English, can it be with other languages?
2
votes
1answer
145 views

Keyword Spotting in Speech

Is anyone aware of a Keyword Spotting System that is freely available, and possibly providing APIs ?? CMU Sphinx 4 and MS Speech API are speech recognition engines, and cannot be used for KWS. SRI ...
2
votes
1answer
220 views

SetInputToWaveFile

i am new to c# and am currently working on a project that involves me using an audio file as input and write it as text. I have the code which uses the system.speech. I got this code from ...
2
votes
2answers
780 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?
2
votes
2answers
534 views

Using c++ to call and use Windows Speech Recognition

I am making an application that involves the use of windows speech recognition. I am thinking of using c++ to do this since i have some experience with this language. The way i want to use the speech ...
2
votes
1answer
149 views

Python Microsoft Speech API Error: SPERR_NO_DRIVER from CmdLoadFromFile

This question may well go unanswered, but I would dearly like some help on the matter. I found a snippet of code for dealing with Microsoft's Speech API in Python, and then went and learned about ...
2
votes
1answer
344 views

Run Microsoft.Speech over IIS?

I have an app that uses Microsoft.Speech to recognize speech in a WAV file. It works perfectly when run locally as a console app but barfs when executed by IIS. Assuming I have the following ...
2
votes
2answers
75 views

Recognizing individual voices

I plan to write a conversation analysis software, which will recognize the individual speakers, their pitch and intensity. Pitch and intensity are somewhat straightforward (pitch via autocorrelation). ...
2
votes
1answer
1k views

Silverlight and the speech sdk

I would like to have Silverlight read text. I've seen this done with the speech SDK, does anyone know if Silverlight supports that?
2
votes
1answer
146 views

How to create/script complex speech shortcuts? (in vista)

has MS Vista hooks to create something like this? "I have an idea" => popup my preferred idea manager "commit $1" => open the commit window of subversion for project $1 for hot keys there is a ...
1
vote
1answer
31 views

Is there a way to use a grammar with the html 5 speech input api?

I'm working with the HTML 5 speech input api and I want to let the server know which answers he can aspect from the speech input. Is there a way to set a list of possible inputs?
1
vote
1answer
43 views

Is it possible to define a dynamic grammar (created with PHP) for a speech input field?

Is it possible to define a dynamic grammar (created with PHP) for a speech input field? See http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html. I would like to ...
1
vote
0answers
34 views

Small embedded synthesized speech libraries/suggestions

Are there any easy-to-use free or cheap speech synthesis libraries for PIC and/or ARM embedded systems where code size is more important than speech quality? Nowadays it seems that a 1 meg package is ...
1
vote
1answer
95 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
40 views

cocoa: speech and time

I'm building an app that a part of will speak the time. However, when I pass in my date strings (like 10/24/11) to the NSSpeechSynthesizer it will speak them literally, as "one, zero, slash two four ...
1
vote
1answer
221 views

iSpeech SDK for iPhone

I wonder whether iSpeech SDK for iPhone have advertisements when the app is created for production purpose? If so is there any way to disable these ads?
1
vote
0answers
191 views

Javascript to time speech

I'm looking for a way to time the input it takes for someone to speak a block of text on a webpage only using HTML5. I've looked into the x-webkit-speech and can record the sentence but am looking a ...
1
vote
0answers
366 views

How to display the x-webkit-speech icon only when a GWT TextBox has focus?

public class SpeechTextBox extends TextBox { public HTML5TextBox() { super(); addFocusHandler(new FocusHandler() { @Override public void onFocus(FocusEvent event) { ...
1
vote
1answer
425 views

Why is the Microsoft Speech Recognition SemanticValue.Confidence value always 1?

I'm trying to use the SpeechRecognizer with a custom Grammar to handle the following pattern: "Can you open {item}?" where {item} uses DictationGrammar. I'm using the speech engine built into Vista ...
1
vote
0answers
252 views

Speech training files and registry locations

I have a speech project that requires acoustic training to be done in code. I a successfully able to create training files with transcripts and their associated registry entries under Windows 7 using ...
1
vote
0answers
71 views

Data source of English speech phrases

I am doing a research on developing a simulated environment for the students (who use English as second language) to practice English speaking. In a one part of my development, I need a data source ...
1
vote
3answers
77 views

Need some references on books / video lectures [closed]

I would highly appreciate if some one would recommend some good books and/or video lectures on the following 1 - Video encoding (esp. H.264) 2 - QT programming 3 - Audio/Speech signal processing ...
1
vote
1answer
73 views

Persuading TextToSpeech to pronounce letters of the alphabet

I'm trying to get TextToSpeech to speak alphanumeric references in the Android emulator. If I have a string such as "31NAA123", then I insert spaces between all the characters and then submit it to ...
1
vote
3answers
2k views

API or SDK for speech to text(speech recognition ) iphone

Hi i want to have a speech recognition api or sdk which recognizes the speech spoken by the user and gives its text form . Detailed Description is as follows In my application i need to play an ...
1
vote
0answers
61 views

ISpRecoGrammar::IsPronounceable in PHP?

I was trying to track down something that could test a string for "Pronounceability" and though I actually doubt there's anything that might be freely available. I was actually a bit surprised to ...
1
vote
2answers
1k views

Microsoft speech api 5.1 GetVoices returns voices that don't exist on Windows 7

I'm migrating from XP to Windows 7 64 bit. My app which I compiled on my XP machine works properly on XP. However when I run the exe on my W7 machine, the list of voices returned by GetVoices is as ...

1 2 3