<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Ubuntu 之玩转语音合成（Festival）</title>
	<atom:link href="http://linuxtoy.org/archives/festival_on_ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/festival_on_ubuntu.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Wed, 08 Oct 2008 00:19:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Stupid Kid</title>
		<link>http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-63604</link>
		<dc:creator>Stupid Kid</dc:creator>
		<pubDate>Sat, 15 Dec 2007 09:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-63604</guid>
		<description>将festvox_us1.tar.gz解压后里面的us1_mbrola文件夹放到 /usr/share/festival/voices/english/下，然后将us1-980512.zip解压后的文件夹放到 /usr/share/festival/voices/english/us1_mbrola/下才能正常识别voice_us1_mbrola 这个命令</description>
		<content:encoded><![CDATA[<p>将festvox_us1.tar.gz解压后里面的us1_mbrola文件夹放到 /usr/share/festival/voices/english/下，然后将us1-980512.zip解压后的文件夹放到 /usr/share/festival/voices/english/us1_mbrola/下才能正常识别voice_us1_mbrola 这个命令</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinsanity</title>
		<link>http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-9490</link>
		<dc:creator>vinsanity</dc:creator>
		<pubDate>Thu, 01 Feb 2007 03:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-9490</guid>
		<description>login as normal user</description>
		<content:encoded><![CDATA[<p>login as normal user</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yohu</title>
		<link>http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8655</link>
		<dc:creator>yohu</dc:creator>
		<pubDate>Wed, 24 Jan 2007 21:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8655</guid>
		<description>不要copy，楼主帖子里面的标点都是全角，直接copy肯定不行的。</description>
		<content:encoded><![CDATA[<p>不要copy，楼主帖子里面的标点都是全角，直接copy肯定不行的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8623</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 24 Jan 2007 08:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8623</guid>
		<description>lerosua 我按照这方法是了可是在终端输入festival出现一下内容
SIOD ERROR: unbound variable : ‘Audio_Command
closing a file left open: /home/daniel/.festivalrc
closing a file left open: /usr/share/festival/init.scm
festival: fatal error exiting.</description>
		<content:encoded><![CDATA[<p>lerosua 我按照这方法是了可是在终端输入festival出现一下内容<br />
SIOD ERROR: unbound variable : ‘Audio_Command<br />
closing a file left open: /home/daniel/.festivalrc<br />
closing a file left open: /usr/share/festival/init.scm<br />
festival: fatal error exiting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lerosua</title>
		<link>http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8617</link>
		<dc:creator>lerosua</dc:creator>
		<pubDate>Wed, 24 Jan 2007 06:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8617</guid>
		<description>daniel，你可以先把其它声音关掉。看看单独运行会不会发声。基本上你的问题是因为oss独占音频的原因。
我帖子上面有说设置使用alsa发声可以解决这个问题。
新建文件 ~/.festivalrc ， 输入以下内容:

(Parameter.set ‘Audio_Command “aplay -q -c 1 -t raw -f s16 -r $SR $FILE”)
(Parameter.set ‘Audio_Method ‘Audio_Command)

这里用的是alsa,如果你是想用其它声音系统的话得自己探索了。</description>
		<content:encoded><![CDATA[<p>daniel，你可以先把其它声音关掉。看看单独运行会不会发声。基本上你的问题是因为oss独占音频的原因。<br />
我帖子上面有说设置使用alsa发声可以解决这个问题。<br />
新建文件 ~/.festivalrc ， 输入以下内容:</p>
<p>(Parameter.set ‘Audio_Command “aplay -q -c 1 -t raw -f s16 -r $SR $FILE”)<br />
(Parameter.set ‘Audio_Method ‘Audio_Command)</p>
<p>这里用的是alsa,如果你是想用其它声音系统的话得自己探索了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8613</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 24 Jan 2007 03:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8613</guid>
		<description>为啥我运行(SayText ” hello , festival is coming “)
会出现Linux: can't open /dev/dsp
            #
我机器上其他都有声音的。</description>
		<content:encoded><![CDATA[<p>为啥我运行(SayText ” hello , festival is coming “)<br />
会出现Linux: can't open /dev/dsp<br />
            #<br />
我机器上其他都有声音的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lerosua</title>
		<link>http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8417</link>
		<dc:creator>lerosua</dc:creator>
		<pubDate>Mon, 22 Jan 2007 10:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8417</guid>
		<description>选项问题。应该是打的时候漏了。事实上是 --tts,  是两个 " - "  ，html代码容易漏掉！</description>
		<content:encoded><![CDATA[<p>选项问题。应该是打的时候漏了。事实上是 --tts,  是两个 " - "  ，html代码容易漏掉！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yohu</title>
		<link>http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8355</link>
		<dc:creator>yohu</dc:creator>
		<pubDate>Mon, 22 Jan 2007 07:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/festival_on_ubuntu.html#comment-8355</guid>
		<description>这个是蛮好玩的，不过我运行这个
echo "hello , festival is coming " &#124; festival –tts
的时候它怎么提示我 
festival: Unknown option "-tts"
这是怎么回事？</description>
		<content:encoded><![CDATA[<p>这个是蛮好玩的，不过我运行这个<br />
echo "hello , festival is coming " | festival –tts<br />
的时候它怎么提示我<br />
festival: Unknown option "-tts"<br />
这是怎么回事？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
