Tagged Questions

2
votes
1answer
83 views

Is there any japanese TTS voice to work with C# SpeechSynthesizer

Is there any Japanese voice for C#'s SpeechSynthesizer TTS? If so please state detailed information about it, better if documentation provided. Thanks in advance.
2
votes
4answers
1k views

open source text to speech library

Does any one know of a good text to speech library. It needs to be open source and provide C API? PS: I've already done a search, but I'd like recommendations from people who ha …
2
votes
3answers
151 views

How to skip some section of text while speaking using SSML.

Is there some SSML tags etc, to remove a particular line of text from speaking. Yes, I know I can remove this using string functions, before sending it to the speech synthesizer. B …
1
vote
2answers
271 views

unintentional pitch change using MS SAPI TTS

Has anyone else experienced (and possibly solved) unintentional pitch changes using MS SAPI TTS voices? I'm using the SpVoice automation interface with SAPI 5.1. Right now, my a …
0
votes
1answer
55 views

VoiceXML how to specify the way the TTS repeats a value

I am having issues getting the voice browser to repeat my field value as a series of numbers rather than a large multi-digit number. For example, my field will collect the input u …
0
votes
0answers
63 views

FreeTTS Volume Control

Hello all, I have a working speech solution that I'd been playing with over the years, part of which includes integration with FreeTTS. I'm using a client server model and trying …
0
votes
1answer
345 views

Spanish voice for System.Speech.Synthesis and TTSEngine

I have successfully managed to get System.Speech.Synthesis to read English text in arbitrary voices Anna and Sam. My next task is to localize my application to correctly read Span …
0
votes
1answer
97 views

How to detect when SAPI TTS engine is busy

The SAPI engine can only render TTS from one application at a time (I have run a test with two instances of the Windows SDK TTSApplication sample to verify this). I am writing an a …
0
votes
5answers
270 views

TTS Engine Recommendation

Can anyone recommend a reliable and cost effective TTS engine for use in a telephony application? Requirements are: Must support the Windows platform Must have rich language sup …