18 Topics

Member Avatar for
Member Avatar for necrovore

Hi, I am working on a application the requires some speech synthesis. After some reading around i decided festival and speech tools was the way to go. For recording in speech_tools, a executable program (na_record) is present. but when i use it i get the following error. ESD: record not …

Member Avatar for rproffitt
0
207
Member Avatar for ddanbe

Thought it would be very complicated to include speech in your programs. As it seems, in it most simplest form it can be done in two lines. Don't forget to include the System.Speech reference in your References. Enjoy!

Member Avatar for kplcjl
5
557
Member Avatar for vegaseat

A somewhat newer look at Peter Parente's pywin32 based speech engine. It will read text on your computer.

Member Avatar for ZZucker
3
303
Member Avatar for dd2308

Dear All, I Have developed a application that converts text to speech. Here text to be converted comes from database on entering some information by user. There are default voices sam and mary ,those are working fine for this application but I want a more clear voice (more like indian …

Member Avatar for herby_tech
0
292
Member Avatar for RoHunt3r

1.How to enable speech recognition without that annoying recognition window, and without having to press that button on that window? 2.I need to know how to recognize only the words in the XML that I created (to increase accuracy). Like: If I say "red" and that's not in the XML …

0
144
Member Avatar for ogsirus

Hi Guys having a bit of trouble here, I have create a form program with a set of buttons which do stuff (open,exit etc). I also got a speech recongtion which has a set of words ive put into a grammar list. the problem: i want to the program to …

Member Avatar for skatamatic
0
190
Member Avatar for roshan_iiita

I am developing a Interactive Spoken Dialogue System, in which user will say something to the system and system will answer him in voice and generating facial expressions according to the voice. But, i can't get any idea that how can i generate facial expressions. Will anybody tell me that …

Member Avatar for richieking
0
155
Member Avatar for roshan_iiita

While running basic HelloWorld program using JSAPI, it is showing error "java.lang.NullPointerException at HelloWorld.main(HelloWorld.java:11)" Following is the code: [CODE]import javax.speech.*; import javax.speech.synthesis.*; import java.util.Locale; public class HelloWorld { public static void main(String args[]) { try { // Create a synthesizer for English Synthesizer synth = Central.createSynthesizer(new SynthesizerModeDesc(Locale.ENGLISH)); // Get it …

0
136
Member Avatar for shandoosheri

Hi i want to add text to speech functionality to my app but i can only use the default Microsoft Anna voice which i want to change and i have tried installing some SPAI4 voices but i can't use them so please help me i have tried this code but …

Member Avatar for shandoosheri
0
153
Member Avatar for BroncoTrojan

Has any one successfully implemented adding additional voices to system.speech in Visual Basic 2008 or 2010 with Windows 7 64 bit? The support documentation is very old and I am not sure I will be pulling my hair out working on the newer hardware and operating systems. Thank you for …

0
108
Member Avatar for hish84

Hi All, Can we use CSS to make rounded corner or bubble speech text area using CSS? I already have my application generating code to show a rectangle, and I want it to look more appealing. Any suggestions are welcome

Member Avatar for AbhishekBiswal
0
281
Member Avatar for rahafrouz

hi! I want to start writing a project that recognizes speech and voice. first I want to know,have you ever seen a project like this,written in java or any other languages? if no I know it is not a simple project that it can be found by requesting in a …

Member Avatar for azzaid
0
202
Member Avatar for WolfShield

Hello, I have been working on a speech synthesis program using JSAPI and FreeTTS. I now have the code with NO errors (!!!:)) However, when I run the code, it doesn't actually have any audio to it. If I change the text spoken to "This is text that is spoken." …

Member Avatar for WolfShield
0
187
Member Avatar for vedel

Hey guys, it is possible to program a speech recognition in C++ without the Microsoft Speech SDK?

Member Avatar for jonsca
0
109
Member Avatar for daudiam

Just wanted to know that to develop a speech recognition software, should I download the Sphinx4 versions of the javax.speech and javax.speech.recognition API, or I should implement the API myself ?

0
92
Member Avatar for makubexiii

What features of audio do I need to extract in recognizing phonemes? And what algorithms are best to use in extracting these?

Member Avatar for jonsca
0
107
Member Avatar for lee.j.baxter

Hi, I've worked with the Speech API in the past (VB6), and I'm now looking to use it in my project. For those who haven't read previous posts of mine, I'm developing an AI system in C#/.NET which learns from the internet. Well, I'm going to say I told a …

Member Avatar for kvprajapati
0
196
Member Avatar for GuyClapperton

So I get this call. Would I like an exclusive briefing on a new technology that's going to turn text into speech - the first one to do this 'native'. Forgive me, but no I don't. This typifies, in my view, the all-too-common view that a technical advance ought to …

Member Avatar for GuyClapperton
0
250

The End.