You Are Here:

Community: Developer Discussion Boards

#1 Old Lightbulb [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-16, 09:32

Join Date: Feb 2004
Posts: 11
Location: San Diego
nikhil_vaj
Offline
Registered User
Hello all!

Text-to-Speech is a very useful technology for programmers. With the latest S60 phones, this technology is available to us PyS60 programmers through this new python extension: http://www2.cs.uh.edu/~nikhilv/PyS60/ttsplayer.zip

More information regarding this extension, such as background and how to use, etc., can be found at: http://geekyprojects.blogspot.com/20...n-for-s60.html

Unfortunately, this facility is not available on the emulator. You have to install it on a phone to play with it. Moreover, it might not be available on pre-S60 2.8 phones (I have not been able to confirm that - *please* try this on your pre-2.8 phones)

Best Regards,
Nikhil
Reply With Quote

#2 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-16, 11:20

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
Quote:
Originally Posted by nikhil_vaj
Hello all!

Text-to-Speech is a very useful technology for programmers. With the latest S60 phones, this technology is available to us PyS60 programmers through this new python extension: http://www2.cs.uh.edu/~nikhilv/PyS60/ttsplayer.zip

More information regarding this extension, such as background and how to use, etc., can be found at: http://geekyprojects.blogspot.com/20...n-for-s60.html

Unfortunately, this facility is not available on the emulator. You have to install it on a phone to play with it. Moreover, it might not be available on pre-S60 2.8 phones (I have not been able to confirm that - *please* try this on your pre-2.8 phones)

Best Regards,
Nikhil

Double post
The same module has already made and iis available with source code
Look also at speechy module !

Read the forum before Nikhil
Great site ...


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Reply With Quote

#3 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-16, 19:10

Join Date: Feb 2004
Posts: 11
Location: San Diego
nikhil_vaj
Offline
Registered User
D'uh!

I was a bit late then

Thanks cyke64 for pointing that out!

-Nikhil
Last edited by nikhil_vaj : 2006-11-17 at 00:20.
Reply With Quote

#4 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-21, 17:26

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
Note that the latest PyS60 release, 1.3.14, now includes this functionality as default!

audio.say("Yes, it is this easy")
Reply With Quote

#5 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-22, 09:39

Join Date: Aug 2004
Posts: 146
krtrivdi's Avatar
krtrivdi
Offline
Forum Nokia Champion
hello sir Jplauril

i have 7610 and i installed the new version 1.3.14 and tested the audio module using following code..

import audio
audio.say("Hello")

but it is not working nor gives the error simply the cursor is blinking to wait for the next thing in the interpreter..why so plse help me.


||Kiran ||
Nokia E-65
Nokia 7610
Nokia N95 8GB
Nokia E90
Nokia 5110 !!
Nokia 6110i !!
Reply With Quote

#6 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-22, 09:57

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
Quote:
Originally Posted by krtrivdi
hello sir Jplauril

i have 7610 and i installed the new version 1.3.14 and tested the audio module using following code..

import audio
audio.say("Hello")

but it is not working nor gives the error simply the cursor is blinking to wait for the next thing in the interpreter..why so plse help me.
Requirement : any 3rd edition S60 phone or 2nd FP3 S60 phone (only N70 and N90 !)


7610 is a 2nd edition FP1 so it doesn't match the requirement You can't use it with this phone !


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Reply With Quote

#7 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-22, 10:00

Join Date: Aug 2004
Posts: 146
krtrivdi's Avatar
krtrivdi
Offline
Forum Nokia Champion
oh God.. then i will have to go for the new phone...would you pls tell me what are such things which will not run on my 7610 from python 1.3.14...Thanks for Lightening speed reply


||Kiran ||
Nokia E-65
Nokia 7610
Nokia N95 8GB
Nokia E90
Nokia 5110 !!
Nokia 6110i !!
Reply With Quote

#8 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-22, 21:44

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
IIRC 7610 is missing text-to-speech, OpenGL ES and SVG icons from the current Python functionality.
Reply With Quote

#9 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-22, 21:45

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
Oh yeah, do you want tips on which phone to get? Do you have to choose from a small set of operator subsidized models or are you going to get an unlocked phone?
Reply With Quote

#10 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-22, 21:47

Join Date: Aug 2004
Posts: 146
krtrivdi's Avatar
krtrivdi
Offline
Forum Nokia Champion
yes sir

in india we dont have locked phones so we can buy anyone..thanks for such a nice support..pls tell me more


||Kiran ||
Nokia E-65
Nokia 7610
Nokia N95 8GB
Nokia E90
Nokia 5110 !!
Nokia 6110i !!
Reply With Quote

#11 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2006-11-22, 22:24

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
Okay, so I started writing a list of my opinions on all models I've tried but soon realized that would be too long. Take a look at the features and price of each model and decide for yourself. For Python use, all current 3rd edition phones are decent choices and work in a similar way.

Some random remarks:
- pre-3rd edition phones don't have Platform Security, so developing native extensions and distributing your applications is a more straightforward there
- The N70 has the biggest amount of free RAM on any Nokia phone, 34 MB.
- The N93 is the fastest of current Nokia phones because of the new HW platform, that also includes HW accelerated OpenGL ES and TV-out.
- I use E70 myself as my primary phone. It has the foldable QWERTY keyboard and otherwise is a good all-rounder featurewise.
Reply With Quote

#12 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2007-05-06, 11:51

Join Date: May 2007
Posts: 2
usercrazy
Offline
Registered User
how to set volume for tts engine? if it is possible...

Thanks
Reply With Quote

#13 Old Re: [announce] Text-To-Speech (TTS) Using PyS60 - 2007-05-13, 22:46

Join Date: Mar 2007
Posts: 153
novis
Offline
Regular Contributor
Hello forum members.
i tried the text2speech module on the N70.
Is there a way to use other voices than the default robot-like one?
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
text to speech conversion jainygaurav General Symbian C++ 8 2009-08-13 17:19
Text to Speech (TTS) for Symbian OS? kanetp General Browsing 5 2009-07-02 21:32
[Announce] SOURCE CODE and PyS60 1.3.1 is HERE ! cyke64 Python 3 2006-02-02 11:12
text to speech ?? cs00437 General Symbian C++ 0 2005-06-02 15:22
Persist text value of user defined option in Enumerated Text Settings List leethomso Symbian User Interface 0 2004-11-24 19:49

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia