Tagged Questions
8
votes
2answers
2k views
Good free text to speech API for spelling word tutor
I am writting a spelling word application for my son and would like recomendations for good APIs that can be understood when it speaks. I am programming in .Net so something that will interop with ...
5
votes
2answers
437 views
How to convert text string to speech sound
I am looking for a way to convert text(string) in ENG to speech(sound) in c#.
do anyone know for a way or some open-source lib that can help me with this task?
5
votes
1answer
395 views
What are some good resources on doing text-to-speech in .NET?
Can anybody help me with Text to Speech Engine in C#
4
votes
9answers
2k views
How to read a .pdf file programmatically and convert it into audio (.mp3 format)?
I want to parse a PDF file from my C# app and create an audio file off it.
How would I do that ?
I'm particularly looking for a good pdf to text library or a way to strip a pdf file off its text.
4
votes
1answer
479 views
Text-to-speech using Phonics Sounds
How can I get the phonics sound by pushing any letter key? For example, I want to get the phonics sound of A by pushing the 'A' key.
I'm using Microsoft SAPI v5.1. Can you point me in the right ...
4
votes
1answer
696 views
Where can I get voices for .net applications using System.Speech in Windows 7? [closed]
I'm so confused between the text to speech technologies in Windows. I have a slightly peculiar requirement: I need to output speech from a .net program running in Win 7 using System.Speech assembly. I ...
3
votes
2answers
736 views
How can I dumb down our cutting-edge Text-to-Speech?
Back in the old days, text-to-speech, as cutting edge as it was, was very imperfect. When you typed in a word, it would pretty much read it how you spelled it... in monotone. Oftentimes, the result ...
3
votes
1answer
2k views
TTS to Stream with SpeechAudioFormatInfo using SpeechSynthesizer
I am using System.Speech.Synthesis.SpeechSynthesizer to convert text to speech. And due to Microsoft's anemic documentation (see my link, there's no remarks or code examples) I'm having trouble making ...
3
votes
1answer
1k views
Strange problem with System.Speech Speech Synthesizer
I'm working on a program that includes speech synthesis. A few weeks ago, I wrote the introductory
using (SpeechSynthesizer s = new SpeechSynthesizer())
{
...
2
votes
2answers
3k views
text-to-speech using VB.NET 2008
text-to-speech for English language using Visual Basic 2008
Dim speech speech = CreateObject("sapi.spvoice")
speech.speak(TextBox1.Text)
My question, how this can be used for other languages?
...
2
votes
2answers
2k views
SpeechSynthesizer doesn't get all installed voices
I have installed a new 32 bits Scansoft voice (Jennifer) in my Windows 7 64 bits OS in order to be able to use from in one .NET application i'm developing.
The problem is that I when I call the ...
2
votes
1answer
276 views
Microsoft TTS voice tone
Is it possible to set the tone or emphasis of a specific word or phrase?
Eg: Good Morning would be in a relaxed voice, whereas The nuclear plant is about to melt down would be far more urgent.
I'm ...
2
votes
0answers
46 views
How to get phonemes for the word?
How to get the reference phonemes for the word in windows speech engine using c# ? This possible with SAPI 5.3 using ISpEnginePronunciation::GetPronunciations
Please help
2
votes
0answers
54 views
Pronouncing dollar amount with System.Speech.Synthesis
If I run this in the Speech Synthesizer in .NET
phrase.AppendText("Our cost is");
phrase.AppendText(9.ToString("c"));
It pronounces it as:
dollars nine dot zero zero
The docmentation SayAs ...
2
votes
1answer
684 views
SpeechSynthesizer in ASP.NET - async error
I would like to be able to generate speech in my ASP.NET app by calling speak.aspx?text=Hello%20world. This would give a response in .wav format.
So far I have a blank page with code behind:
...
2
votes
1answer
1k views
How to create a custom sapi voice for tts
I am working on a project which I need to create a custom voice engine for my application. I have seen something like the TTS Builder, but is there someone who understands how applications such as the ...
1
vote
4answers
1k views
.NET 3.0 Text to speech WAV output too big and slow process
I wrote a little application that takes in some text and converts it to an audio wav.
now, it works fine except that the wav file produced is too big.
I'm looking on ways to make the wav output ...
1
vote
2answers
452 views
Speechlib on Shared hosting - ASP.NET
I am trying to use SpeechLib on my personal website. It's a very simple app that saves some text to a wav file - standard stuff. Works great on the dev machine. But all hell breaks loose when I deploy ...
1
vote
5answers
1k 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 support including ...
1
vote
2answers
41 views
What is the difference between Prompt() and SpeakAsync(String)
I have read the documentation but fail to understand what the underlying difference is between using:
Prompt prompt = new Prompt("What are you doing?");
speaker.SpeakAsync(prompt);
VS:
...
1
vote
1answer
75 views
SpeechSynthesizer.SpeakAsync method not immediately speaking
I am trying to use the SpeakAsync() method to speak some text. However, it doesn't start speaking anything until I call Speak(). I don't want to call Speak(). If I remove the Speak() method from ...
1
vote
1answer
299 views
Any better source TTS package for .Net?
I need to implement a Text-To-Speech (TTS) system in my C#.Net application. Now I am using C# .Net TTS package (System.Speech.Synthesis), which should be the same as the speaker in Windows. But I ...
1
vote
3answers
2k views
Text to MP3 using System.Speech.Synthesis.SpeechSynthesizer
I am trying to get a text-to-speech to save to an MP3.
Currently I have the System.Speech.Synthesis speaking to a WAV file nicely.
With New System.Speech.Synthesis.SpeechSynthesizer
...
1
vote
1answer
152 views
C# and google speak [duplicate]
I'm currently working on a c# project and want the user to type a sentence and then speak this sentence using google text to speech engine. I can't use C# speech synthesizer because it only support ...
1
vote
0answers
220 views
No response to a HTTP Get request in WebAPI in .NET 4.5 while using SpeechSynthesis for converting text to speech
I'm trying to setup a simple web service using WebAPI. Here is what I have for code:
public class SpeakController : ApiController
{
//
// api/speak
public ...
0
votes
2answers
576 views
Manipulate "speaker voicer'' in Text-to-Speech C# Application
I'm working on a Text-to-Speech Application in C#. How to configure its TONE via an C# API? Or, do I need to download a library for that functionality? For example: Microsoft Sam's voice, now I wish ...
0
votes
1answer
2k views
Why am I getting a System.Security.Permissions.SecurityPermission error in my .NET Application?
I am trying to develop a text-to-speech editor in .NET 3.5 using C#.
I encountered the following exception: System.Security.Permissions.SecurityPermission.
How to handle it?
0
votes
1answer
79 views
Multiple Languages TTS Engine
I am looking for multiple languages TTS Engine for my .Net Application.
The languages i need to speech is
English
Russia
Korea
Japan
Thailand
Is there any free framework or SDK for my ...
0
votes
1answer
170 views
Is there a .NET 2.0 Version of System.Speech.dll?
I would like to know if there is a .NET 2.0 Version of System.Speech.dll
I have a bunch of dlls in my project targeting .NET 2.0 and i noticed a project referencing System.Speech.dll; I tried finding ...
0
votes
1answer
513 views
SpeechSynthesizer doesn't get all installed voices 2
I have installed a new voice in my Windows 7 32 bits OS in order to be able to use from in one .NET application i'm developing. But when i use GetInstalledVoices() method to view list of all voices, ...
0
votes
1answer
480 views
Are there any other text to speech voices for .NET?
I can see that there are other voices than Microsoft Anna installed (Microsoft Mary and Microsoft Mike) but there's no audio format available for them. Is there a way to install an audio format for ...
0
votes
0answers
23 views
Microsoft Speech Platform Male voices
I am using Microsoft Speech Runtime 11 and Microsoft Speech Platform - Software Development Kit (SDK) (Version 11) for my text to speech application. I use the runtime languages available here.
I ...
0
votes
1answer
54 views
Dictation Grammar VS Custom Grammar
Please have a look at the following code
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Speech.Recognition;
using System.Speech.Synthesis;
using ...
0
votes
0answers
33 views
Abnormal speech result
I am trying to use MS TTS technology in C#. I am using MS visual studio 2010 professional, and I am in Windows 7 ultimate 32 bit.
Following is my code
SpeechSynthesizer s = new SpeechSynthesizer();
...
0
votes
0answers
48 views
How do I Implement Text to Speech with net-framework in Common Lisp using Emacs\SBCL in Windows 8?
When I start Emacs I can enter this into the REPL successfully:
(load "D:\\Program Files (x86)\\Steel Bank Common Lisp\\1.1.4\\site\\rdnzl\\load.lisp")
so I have RDNZL installed and loaded so ...
0
votes
1answer
67 views
Text to speech using embed
I have this code and it works fine, but I have been struggling with how to get it to output a wav file that can be embedded in the page as opposed to making the user download and listen.
Any help is ...
0
votes
0answers
131 views
Text to Speech and Voices
I am looking into implementing Text to Speech in my app and I have 2 questions that I have not found any answers to.
Can you programmatically change the voice in code, and how it pronounces words? ...
0
votes
0answers
274 views
I need help creating a lexicon for SpeechSynthesizer. A template of some kind so i can know how to create one
More or less what the title says. I wish to create a lexicon of greek text to speech so I can make my language for SpeechSynthesizer. Where can I find a template of some kind?? Or some guidelines???? ...
0
votes
0answers
236 views
Microsoft Speech Platform SDK 11 - Extending Language Support (TTS)
We are currently using the Microsoft Speech SDK v11 for text-to-speech (tts) functionality in our .net app (IVR/Web-based). We would like to add support for Czech but it's not one of the supported ...
0
votes
1answer
746 views
Example on System.Speech.Synthesis.TtsEngine?
Do you know of any (simple) examples on the namespace System.Speech.Synthesis.TtsEngine?
I'd like to use a TTS engine that allows me to control the pitch, the rate and the volume of the output voice. ...
0
votes
2answers
476 views
System.Speech and Voices
is it possible to create portable applications from Scansoft voices .exe files ? (www.portableapps.com).
and then be able to access the voices programmatically through System.Speech namespace in .NET ...
0
votes
2answers
1k views
Interop.SpeechLib.dll COM Exception
I am using SpeechLib for a very simple text to voice conversion. Works great locally. When I deploy the applcation on to the server, I get the exception:
could not be found. (Exception from HRESULT: ...
