| Reply | « Previous Thread | Next Thread » |
|
i have problem with text-to-speech:
import audio audio.say("text") - How to adjust a sound? (By default very silently) python version 1.3.21 |
|
Does anyone have a glue to this problem? I want to set volume louder in audio.say.
Python 1.4.1. s60/N95 |
|
Quote:
![]() Have you tried to use this code for changing volume ? Code:
import audio s=audio.Sound() s.set_volume(s.max_volume()) Cyke64 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/ |
|
It doesn't seem to work. Here's the code for the small program. The volume is still very low.
Code:
import appuifw import audio text = appuifw.query(u"Type a word:", "text") audio.say(text) |
|
Quote:
![]() We have no access to TTS API ![]() BR Cyke64 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 | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Problem with eglSwapBuffers and heap corruption | greatape | Symbian Media (Graphics & Sounds) | 2 | 2007-05-24 04:35 |
| netcards - Problem with opening adapter | kernj | Symbian Tools & SDKs | 5 | 2007-01-10 09:56 |
| WAP service problem on Apache | bigg_o | Browsing and Mark-ups | 3 | 2005-04-17 17:05 |
| Problem: S60 SDK for CW in PC with .NET | anttij | Carbide.c++ IDE and plug-ins | 1 | 2005-02-28 12:36 |
| wireless problem | sash_mca | General Browsing | 0 | 2003-06-06 12:34 |