We need to install "espeak" . On fedora usse this command:
#yum install espeakNow the example is:
>>> import subprocess
>>> subprocess.call(["espeak", "-s 120","-p 100","This is a test"])
0
>>>
We hear "This is a test".
This is all .
Programming in python
#yum install espeak
>>> import subprocess
>>> subprocess.call(["espeak", "-s 120","-p 100","This is a test"])
0
>>>
三分之一的人生,可以決定另外三分之二的人生!!共勉哦!.............................................
ReplyDelete好東西要和好朋友分享--感謝您........................................
ReplyDelete