For Programmers: Free Programming Magazines  


Home > Archive > Smartphone Developer Forum > January 2006 > Text-to-Speech on Smartphone WM5.0









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Text-to-Speech on Smartphone WM5.0
ajayden

2006-01-14, 3:58 am

Hi,

I would like to make an application that converts text to speech...

Is it possible to do it on a smartphone running WM5.0?

I am looking for example or help in Vb.net 2005
Ckiszka

2006-01-15, 7:16 pm

I came accross this sample (
http://msdn.microsoft.com/coding4fu...hw/default.aspx ) the other
day and tried it in my vb application. Works great. Try it with a PocketPC
application.

Open VS2005 and make a new PocketPC 2003 application and try it.

You will have to add the COM refference, "Microsoft Speech Object Library".

Dim voice as new SpVoice()
voice.Speak("YOUR TEXT HERE", SpeechVoiceSpeakFlags.SVSFDefault)


"ajayden" wrote:

> Hi,
>
> I would like to make an application that converts text to speech...
>
> Is it possible to do it on a smartphone running WM5.0?
>
> I am looking for example or help in Vb.net 2005

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com