TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abdul Khadar Shaikh
NA
1
3.6k
text to speech indian voice in asp.net
Jan 4 2013 2:59 AM
Hi
how r u gyes
i m using speechLib reference through i becoming this page but i have one problem voice in English (US)
english text to indian voice in asp.net
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using SpeechLib;
using System.Speech;
using System.Speech.Recognition;
using System.Globalization;
using System.Speech.Synthesis;
public partial class Default2 : System.Web.UI.Page
{
protected void clickToSpeech_Click(object sender, EventArgs e)
{
SpVoice objspeach = new SpVoice();
objspeach.Speak("Next Patient is " + txtspeech.Text + " ", SpeechVoiceSpeakFlags.SVSFDefault);
objspeach.WaitUntilDone(System.Threading.Timeout.Infinite);
objspeach.Speak("aagla Patient anukarmank " + txtspeech.Text + " ", SpeechVoiceSpeakFlags.SVSFDefault);
objspeach.WaitUntilDone(System.Threading.Timeout.Infinite);
objspeach.Speak("pudhcha Patient Karmank " + txtspeech.Text + " ", SpeechVoiceSpeakFlags.SVSFDefault);
objspeach.WaitUntilDone(System.Threading.Timeout.Infinite);
}
}
Reply
Answers (
0
)
.net and Sql Server
How to implement Pagination in MVC 3