Web Forms :: Convert Text Into Voice?
Aug 5, 2010in short how to convert text into voice in asp.net? when i enter a text in textbox like this "my name is ram" it specch me my name is ram in voice.
View 2 Repliesin short how to convert text into voice in asp.net? when i enter a text in textbox like this "my name is ram" it specch me my name is ram in voice.
View 2 RepliesI want to create a text, voice and video chat facility in our website like gmail/gtalk (video chat quality like skype)? how to find refernce/ project source code or any useful links to create chat application also to send/share any file to him. we can be able to send text and voice message when user is offline.
View 2 RepliesHow to set voice in Captcha validation
View 1 RepliesHow to send voice sms from internet to mobile in asp.net using c# language using your own website.
View 1 Repliesfind a voice recorder software to be used in my asp.net website in windows 2003 server. The recorder software must be installed only on the server and not on the client.
View 1 RepliesIs there an example of coverting PDF fillable forms to text or xml thru asp.net code behind? Below is the senario: User fills out a fillable pdf form then submit. I'll receive the form as an attachment thru email. On my web application, a button is clicked to automatically convert pdf fillable form to text or xml then insert into database.
View 5 RepliesI'm trying to develop a new application for multiple users. the main idea is that one user talks and the entire users (who logged in ) could hear him (1 way).
How this can be made? how can i transfer voice from one client to multiple clients in live?
Note that my clients are mobile users (Android, IOS and Windows phone) and the server is .NET.
how can i convert text to image into asp.net pages an show it to user?
View 4 Replieshow to convert both text and image together into an image. To clarify my question I can say if I have a text editor where I can add both text,image,audio or video player, how can I convert the whole texteditor.text (it gives me html code) to an image and save it in a file. I will be highly pleased with your answer.
View 2 RepliesI want to convert Label text into Integer datatype. I tried by giving Convert.Int32(Label1.Text) and int.Parse(Label1.Text) but I couldn't do Type casting . I am getting error at runtime. I searched in web I couldn't get the solution.
View 1 RepliesIam using vb 2008 and i want to convert text in form to pdf when click on button
View 27 RepliesI am developing one windows application project which is nothing but
"to convert speech(Audio) to text" using c# language. Actually i have tried many other way but i couldn't yet exact output were am aim on this.
I am trying to make website in asp.net webforms in which I have to displayed some text. Upon user button click the text is converted to speech and played on the page. I have tried the speech.lib but the sound plays on the server not on the client side. How can this done without using flash silver light. Do I have to use the web methods or web services.
View 1 RepliesI have a web app that I would like to convert to other dialects. I know that a language specialist would have to check it, but am I correct that I can us a tool to convert the english to spanish, chinese, etc?
View 1 RepliesI have pdf file with kannda text, so i want convert to word. i googled lot but i can't.showing error like if i get convert.
View 1 Replies <form id="form1" runat="server"> <div id="dvforimage"> <asp:TextBox ID="Txtimage" runat="server"></asp:TextBox> <b>This is text</b> <img id="imgforconvert" src="images.jpg" alt="img1" /> </div> <asp:Button ID="btnforimage" runat="server" Height="28px" Width="72px" Text="ok" onclick="btnforimage_Click" /> </form>
I want to convert all data present in div to jpeg.I mean image,text or whatever i write inside div tag.You have given me previous cod e which only convert text to image.
i want to create image.. if i want to create image with text..ex: name shivanand.. shoud image contens name shivanand itself with width 200px and height 200px
View 1 RepliesI need the dll for Converting the image to text (ocr)....
View 1 RepliesIn my project I am displaying word file in textbox. While users reading their data in textbox(uploaded as word)some unformatted fonts that is table in word coming like some type of fonts how to overcome this.
View 1 RepliesHow to add different text with different colour in bitmap image using wpf.i have written the code it will take only one colour in text line but i want different colour in bitmap
SolidBrush brush = new SolidBrush(System.Drawing.Color.White);
System.Drawing.Brush brush1 = new SolidBrush(System.Drawing.Color.Blue);
// draw your rectangle below the original image
System.Drawing.Font font = new System.Drawing.Font("Arial", fontsize, System.Drawing.FontStyle.Bold, GraphicsUnit.Pixel);
SizeF textSize = new SizeF();
graphics.DrawString(multiLineString, font, brush1, position);
How can I record voice usinf c# or vb.net (web aplication)? Is there any API that can work with all major platforms like Windows and apple?
View 2 Replieswe have to develop a enterprize application in asp.net c# and i have to getting a module of voice recording but i dont have any solution about voice recording in asp.net c# for webapplication.
View 2 Repliesam developing my project in asp.net 2.0 and c# and Now I am sending Text sms using Third party API.Now I want to send voice sms to mobiles.Do I need to develop it as mobile application or I need to purchase 3rd party API. some reference links for this process.
View 1 Replieshow to implement an Asp.Net application which records voice using mic.
View 3 RepliesI want to know the requiremets to develop Video and voice chat using C#.
View 2 Replies