| Reply | « Previous Thread | Next Thread » |
|
I've tried using the procedure audio.say but it works only in English. The phone itself (N95) can read other languages as well.
What am I missing? Why can't I use other languages other than English? This is the code I'm using: Code:
import inbox
import e32
import audio
def read_sms(id):
e32.ao_sleep(0.1)
sms_text = i.content(id)
audio.say(sms_text)
i=inbox.Inbox()
print "send now sms to this phone"
i.bind(read_sms)
|
|
You can't change much. I believe it is determined by the language set in your telephone settings control panel. Mine reads Dutch, be it with a funny french accent.
I actually tend to like it :-/ |
|
I don't think this is the case/ Mine is set to hebrew, and reads hebrew names from the contacts, but hebrew (unlike dutch or french uses different letters and I think that here lies the problem. The python interpreter shouts about ascii characters not in range (128).
|
|
Yeah i noticed it doesn't like unicode. Too bad :-/
Anybody found out how to set the playback volume for audio.say? |
|
Do you suggest that python uses their own text2speech engine and not the built in one? Because the built in one handles hebrew smoothly.
|
|
Quote:
Anybody found out how to set things like playback volume or language support for audio.say() ?? I'm not suggesting anything. Just sharing thoughts and findings. Regards, Niels |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| netcards - Problem with opening adapter | kernj | Symbian Tools & SDKs | 5 | 2007-01-10 09:56 |
| Problem: S60 SDK for CW in PC with .NET | anttij | Carbide.c++ IDE and plug-ins | 1 | 2005-02-28 12:36 |
| Engine class naming convention problem | lauyk001 | General Symbian C++ | 1 | 2004-11-23 06:04 |
| 7210 Silent Problem | MarkMckim | Mobile Java General | 1 | 2003-03-18 13:36 |
| PJava runtime problem within Nokia 9210, Hrlp~! | Nokia_Archive | PersonalJava | 1 | 2002-05-28 14:15 |