|
|
第 1 帖 | |
|
|
标题: 个性化启动之语音篇--让你的 Linux 开口和你说话 我们的口号 -- 打造个性化的 Gentoo!
---------------------------------------------------------- 想不想在每次进入系统时都能听到你的 Linux 热烈欢迎你回来 ?O.K. It is so easy! come with me ! 1. 安装 speechd 和 festival : 代码:
2. emerge 完毕后键入: 代码:
3. OK! 现在让我们来测试一下: (as root 同时把你的音箱打开音量调到最大 )代码:
4. 最后的设置:如果要其他用户也能使用 speech,需要修改 /etc/group 将该用户名加入 speech 组。要想让你开机进入系统后你的电脑对你说出什么的话,只要利用 local.start 就可以了,比如加入下面两行: 代码:
![]()
__________________
To be or no to be ... Weblog: [url]http://blog.donews.com/maxzhongcn[/url] 此帖于 04-02-14 09:49 被 maxzhongcn 编辑. |
|
|
|
|
|
|
|
第 2 帖 | |
|
|
能不能把语速调慢点?
|
|
|
|
|
|
|
|
第 3 帖 | |
|
|
好象还不行,我没有认真研究,配置文件在 /etc/speechdrc 和 /etc/speechd.sub
|
|
|
|
|
|
|
|
第 4 帖 | |
|
|
gentoo真酷!!!!!!
__________________
一个穷当兵的,工资全买足彩了,整天做发财梦---哪天中足彩一等奖.... 815EP+celeron1.1+256SDRAM+40G+40G+MX400 gentoo-dev-sources-2.6.4+FREEBSD5.2+MAGIC1.1+XP email gentooer@citiz.net msn lennoxwang@msn. |
|
|
|
|
|
|
|
第 5 帖 | |
|
|
要是能用宽带emerge 就好了,也不用天天在这上面求着弟兄们帮忙了
|
|
|
|
|
|
|
|
第 6 帖 | ||
|
|
引用:
|
||
|
|
|
||
|
|
第 7 帖 | |
|
|
怎么让这个程序把启动的每一步读出来?是不是得修改function那个脚本?
__________________
There are 10 types of people in this world: People who know binary, and who don't know. http://wangxiaohu.com |
|
|
|
|
|
|
|
第 8 帖 | |
|
|
呵呵,前一阵子一直用 festival 做 GKrellm 定点报时的工具和语音校对。
看来开机语音也可以用它了
__________________
不是生活缺少美 而是我们缺少发现 换了新机器 ViewSonic V1250 Tablet PC 又是个新挑战,无光无软只有WinXP,还得驱动Tablet笔 |
|
|
|
|
|
|
|
第 9 帖 | |
|
|
标题: 将语速调慢 我找到了如何将语速恢复正常的方法,原文在
http://www.cstr.ed.ac.uk/cgi-bin/lis...val/speed.html 主要是集成在主板上的声卡会出现语速过快的问题, 解决方式是: 1.在/usr/lib/festival/目录下创建一个文件siteinit.scm,文件内容如下 (Parameter.set 'Audio_Method 'Audio_Command) (Parameter.set 'Audio_Command "sox -t raw -sw -r $SR $FILE -c2 -t ossdsp /dev/dsp") 2.emerge sox |
|
|
|
|
|
|
|
第 10 帖 | |
|
|
能说中文吗
__________________
http://www.mydays.org/ 混沌于世。。。。。。 回到Gentoo的世界。。。。。。 |
|
|
|
|
|
|
|
第 11 帖 | |
|
|
呵呵,我给贴过来!
Festival speaks at double speed! This seems to happen with linux and sound hardware which cannot natively support mono audio. In the past if mono audio was sent to a stereo-only sound card, the driver would send a copy to both channels, now it splits it between the channels, effectively doubling the speaking rate and raising the pitch by an octave. It is left to the audio application to now check the hardware and send something that it can handle. Until festival's audio code is updated this will cause problems with some hardware. There are 2 quick fixes: An expensive one and a cheap one. 1. The expensive one is to get a decent sound card. This problem seems to occur mostly with cheap on-motherboard sound devices. Buy a reasonably priced SB16 or something. 2. The cheap fix is to use and external play program (like play from the sox package) Create the file festival/lib/siteinit.scm (if you don't already have it) and add the following (Parameter.set 'Audio_Method 'Audio_Command) (Parameter.set 'Audio_Command "sox -t raw -sw -r $SR $FILE -c2 -t ossdsp /dev/dsp") [back to Festival FAQ] If you can't find what you need to know here, try the festival-talk mailing list.
__________________
Unix Program = Framework + Components ----------------------------------------------------- My blog: http://xiaosuo.cublog.cn |
|
|
|
|
|
|
|
第 12 帖 | |
|
|
我的还是没有声音
一点都没有! 5555555555 |
|
|
|
|
|
|
|
第 13 帖 | |
|
|
我还以为可以语音控制呢,不过这个也不错拉
|
|
|
|
|
|
|
|
第 14 帖 | |
|
|
|
|
|
|
|
|
|
|
第 15 帖 | |
|
|
换成这一句:
代码:
![]() |
|
|
|
|
|