espeak.synth() a letter in a long voice

Asked by Liunx

hello,
from espeak import espeak
espeak.synth("A")
...
I just want the voice of ‘A’, but i heard something else,
i wonder why, and anything wrong with me?
thanks advanced.

Question information

Language:
English Edit question
Status:
Solved
For:
python-espeak Edit question
Assignee:
No assignee Edit question
Solved by:
Siegfried Gevatter
Solved:
Last query:
Last reply:
Revision history for this message
Siegfried Gevatter (rainct) said :
#1

This is a known problem, I'm not sure why it's happening.

Revision history for this message
Best Siegfried Gevatter (rainct) said :
#2

Hey,

This has been fixed in python-espeak 0.2.

Revision history for this message
Liunx (liunx163) said :
#3

thank you, i'll try it !