![]() |
Re: "Say who is calling"
Hi !
Anybody knows the solution why eSpeak Caller says the phonenumebr in thousands instead of the name, when the name is correctly associated anyway and showed on the screen ? Many Thanks for any help, Andrew |
Re: "Say who is calling"
Quote:
Thus, it doesn't recognize the number calling "040xxxxxx" when all my address book entries are in "+35840xxxx" international format. The application should strip any leading zeroes and match that with the end of the number in addressbook. |
Re: "Say who is calling"
Quote:
Also thanks to everyone for great suggestions. I start adding them to future releases one by one :D Arto |
Re: "Say who is calling"
Quote:
btw, I already tried to replace the lines: if line.startswith("TEL"): nr = line.split(":")[1] if nr != None: if nr == number: return fname with: if line.startswith("TEL"): nr = line.split(":")[1] my_num = number.lstrip('0') if nr != None: if nr.endswith(my_num) return fname that seems to correct the "040" vs +35840 problem for me at least. |
Re: "Say who is calling"
Arto: your app is great. any way to make the voice louder though? I can barely hear it. Even when I'm using a ringtone that kicks in a split second after it says who's calling, the voice is not loud enough.
|
Re: "Say who is calling"
cooooool app
|
Re: "Say who is calling"
You can also control the language of which Espeak uses. If I remember correctly -vfi parameter changes the pronounciation to Finnish. Finnish name sound quite wacky when pronounced in English :)
Check espeak documentation for your country code. A gui selection for this would be also useful, although it already works with the command line parameter setting. |
Re: "Say who is calling"
someone needs to make an app/GUI that uses espeak !!
with all settings, pitch male female etc |
Re: "Say who is calling"
Quote:
|
Re: "Say who is calling"
Quote:
anyway, this is only half of the solution: i found that i had to go to settings and change the volume of my ringtone so it's a little lower. the problem is that usually, you'll want to have both the ringtone and espeak to be roughly at the same level - the level you're comfortable with. doesn't work in practice. Either the ringtone isn't loud enough or it makes the spoken voice hard to understand. Symbian has a solution for this: the volume of the ringtone goes down just a bit during voice output. then it returns to normal until the caller name is spoken again. i don't know if this would be possible in maemo - if one application could change the volume of the audio output of another application. because this is what espeakcaller would have to do: lower the volume of the ringtone before speech synthesis starts, then set it back to normal. |
| All times are GMT. The time now is 08:45. |
vBulletin® Version 3.8.8