python实现将文本转换成语音的方法


Posted in Python onMay 28, 2015

本文实例讲述了python将文本转换成语音的方法。分享给大家供大家参考。具体实现方法如下:

# Text To Speech using SAPI (Windows) and Python module pyTTS by Peter Parente
# download installer file pyTTS-3.0.win32-py2.4.exe 
# from: http://sourceforge.net/projects/uncassist
# also needs: http://www.cs.unc.edu/Research/assist/packages/SAPI5SpeechInstaller.msi
# and pywin32-204.win32-py2.4.exe at this date the latest version of win32com
# from: http://sourceforge.net/projects/pywin32/
# tested with Python24 on a Windows XP computer  vagaseat  15jun2005
import pyTTS
import time
tts = pyTTS.Create()
# set the speech rate, higher value = faster
# just for fun try values of -10 to 10
tts.Rate = 1
print "Speech rate =", tts.Rate
# set the speech volume percentage (0-100%)
tts.Volume = 90
print "Speech volume =", tts.Volume
# get a list of all the available voices
print "List of voices =", tts.GetVoiceNames()
# explicitly set a voice
tts.SetVoiceByName('MSMary')
print "Voice is set ot MSMary"
print
# announce the date and time, does a good job
timeStr = "The date and time is " + time.asctime()
print timeStr
tts.Speak(timeStr)
print
str1 = """
A young executive was leaving the office at 6 pm when he found 
the CEO standing in front of a shredder with a piece of paper in hand. 
"Listen," said the CEO, "this is important, and my secretary has left. 
Can you make this thing work?"
"Certainly," said the young executive. He turned the machine on, 
inserted the paper, and pressed the start button.
"Excellent, excellent!" said the CEO as his paper disappeared inside 
the machine. "I just need one copy."
"""
print str1
tts.Speak(str1)
tts.Speak('Haah haa haah haa')
print
str2 = """
Finagle's fourth law:
 Once a job is fouled up, anything done to improve it only makes it worse.
"""
print str2
print
print "The spoken text above has been written to a wave file (.wav)"
tts.SpeakToWave('Finagle4.wav', str2)
print "The wave file is loaded back and spoken ..."
tts.SpeakFromWave('Finagle4.wav')
print
print "Substitute a hard to pronounce word like Ctrl key ..."
#create an instance of the pronunciation corrector
p = pyTTS.Pronounce()
# replace words that are hard to pronounce with something that 
# is spelled out or misspelled, but at least sounds like it
p.AddMisspelled('Ctrl', 'Control')
str3 = p.Correct('Please press the Ctrl key!')
tts.Speak(str3)
print
print "2 * 3 = 6"
tts.Speak('2 * 3 = 6')
print
tts.Speak("sounds goofy, let's replace * with times")
print "Substitute * with times"
# ' * ' needs the spaces
p.AddMisspelled(' * ', 'times')
str4 = p.Correct('2 * 3 = 6')
tts.Speak(str4)
print
print "Say that real fast a few times!"
str5 = "The sinking steamer sunk!"
tts.Rate = 3
for k in range(7):
  print str5
  tts.Speak(str5)
  time.sleep(0.3)
tts.Rate = 0
tts.Speak("Wow, not one mispronounced word!")

希望本文所述对大家的Python程序设计有所帮助。

Python 相关文章推荐
python中函数默认值使用注意点详解
Jun 01 Python
Python设计模式之MVC模式简单示例
Jan 10 Python
python构建深度神经网络(续)
Mar 10 Python
python获取酷狗音乐top500的下载地址 MP3格式
Apr 17 Python
PyQt5每天必学之单行文本框
Apr 19 Python
python使用__slots__让你的代码更加节省内存
Sep 05 Python
钉钉群自定义机器人消息Python封装的实例
Feb 20 Python
详解python列表生成式和列表生成式器区别
Mar 27 Python
详解Python Qt的窗体开发的基本操作
Jul 14 Python
关于python3中setup.py小概念解析
Aug 22 Python
Python基于wordcloud及jieba实现中国地图词云图
Jun 09 Python
python能开发游戏吗
Jun 11 Python
Python 26进制计算实现方法
May 28 #Python
Python中super关键字用法实例分析
May 28 #Python
Python使用Supervisor来管理进程的方法
May 28 #Python
Python运算符重载用法实例
May 28 #Python
Python smallseg分词用法实例分析
May 28 #Python
Python基于smtplib实现异步发送邮件服务
May 28 #Python
Python使用Scrapy爬取妹子图
May 28 #Python
You might like
php读取数据库信息的几种方法
2008/05/24 PHP
php 伪造HTTP_REFERER页面URL来源的三种方法
2016/09/22 PHP
无缝滚动改进版支持上下左右滚动(封装成函数)
2012/12/04 Javascript
缓动函数requestAnimationFrame 更好的实现浏览器经动画
2012/12/07 Javascript
js 回车提交表单两种实现方法
2012/12/31 Javascript
JavaScript格式化日期时间的方法和自定义格式化函数示例
2014/04/04 Javascript
JS上传图片前实现图片预览效果的方法
2015/03/02 Javascript
如何使用HTML5地理位置定位功能
2015/04/27 Javascript
基于jQuery制作小图标上下滑动特效
2017/01/18 Javascript
jQuery.cookie.js实现记录最近浏览过的商品功能示例
2017/01/23 Javascript
input获取焦点时底部菜单被顶上来问题的解决办法
2017/01/24 Javascript
Bootstrap表格制作代码
2017/03/17 Javascript
JavaScript基于activexobject连接远程数据库SQL Server 2014的方法
2017/07/12 Javascript
基于JavaScript实现弹幕特效
2020/08/27 Javascript
在AngularJs中设置请求头信息(headers)的方法及不同方法的比较
2018/09/04 Javascript
Vue-Router的使用方法
2018/09/05 Javascript
小程序接入腾讯位置服务的详细流程
2020/03/03 Javascript
vue 实现动态路由的方法
2020/07/06 Javascript
Python字典,函数,全局变量代码解析
2017/12/18 Python
快速了解Python开发中的cookie及简单代码示例
2018/01/17 Python
python web框架 django wsgi原理解析
2019/08/20 Python
基于plt.title无法显示中文的快速解决
2020/05/16 Python
python3.6中anaconda安装sklearn踩坑实录
2020/07/28 Python
详解python安装matplotlib库三种失败情况
2020/07/28 Python
python打包生成so文件的实现
2020/10/30 Python
Python从文件中读取数据的方法步骤
2020/11/18 Python
详解css3 mask遮罩实现一些特效
2018/10/24 HTML / CSS
英国100%防污和防水的靴子:Muck Boot Company
2020/09/08 全球购物
成教毕业生自我鉴定
2013/10/23 职场文书
应届毕业生简历自我评价
2014/01/31 职场文书
《月迹》教学反思
2014/02/19 职场文书
简洁的英文求职信范文
2014/05/03 职场文书
弘扬民族精神演讲稿
2014/05/07 职场文书
党政领导班子群众路线对照检查材料
2014/10/26 职场文书
python装饰器代码解析
2022/03/23 Python
MySQL分区路径子分区再分区
2022/04/13 MySQL