<?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://www.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>Fri, 10 Feb 2012 08:59:30 +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>&lt;p&gt;将festvox&lt;em&gt;us1.tar.gz解压后里面的us1&lt;/em&gt;mbrola文件夹放到 /usr/share/festival/voices/english/下，然后将us1-980512.zip解压后的文件夹放到 /usr/share/festival/voices/english/us1&lt;em&gt;mbrola/下才能正常识别voice&lt;/em&gt;us1_mbrola 这个命令&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>将festvox<em>us1.tar.gz解压后里面的us1</em>mbrola文件夹放到 /usr/share/festival/voices/english/下，然后将us1-980512.zip解压后的文件夹放到 /usr/share/festival/voices/english/us1<em>mbrola/下才能正常识别voice</em>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>&lt;p&gt;login as normal user&lt;/p&gt;
</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>&lt;p&gt;不要copy，楼主帖子里面的标点都是全角，直接copy肯定不行的。&lt;/p&gt;
</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>&lt;p&gt;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.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>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.</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>&lt;p&gt;daniel，你可以先把其它声音关掉。看看单独运行会不会发声。基本上你的问题是因为oss独占音频的原因。
我帖子上面有说设置使用alsa发声可以解决这个问题。
新建文件 ~/.festivalrc ， 输入以下内容:&lt;/p&gt;

&lt;p&gt;(Parameter.set ‘Audio&lt;em&gt;Command “aplay -q -c 1 -t raw -f s16 -r $SR $FILE”)
(Parameter.set ‘Audio&lt;/em&gt;Method ‘Audio_Command)&lt;/p&gt;

&lt;p&gt;这里用的是alsa,如果你是想用其它声音系统的话得自己探索了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>daniel，你可以先把其它声音关掉。看看单独运行会不会发声。基本上你的问题是因为oss独占音频的原因。
我帖子上面有说设置使用alsa发声可以解决这个问题。
新建文件 ~/.festivalrc ， 输入以下内容:</p>

<p>(Parameter.set ‘Audio<em>Command “aplay -q -c 1 -t raw -f s16 -r $SR $FILE”)
(Parameter.set ‘Audio</em>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>&lt;p&gt;为啥我运行(SayText ” hello , festival is coming “)
会出现Linux: can't open /dev/dsp
            #
我机器上其他都有声音的。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>为啥我运行(SayText ” hello , festival is coming “)
会出现Linux: can't open /dev/dsp
            #
我机器上其他都有声音的。</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>&lt;p&gt;选项问题。应该是打的时候漏了。事实上是 --tts,  是两个 " - "  ，html代码容易漏掉！&lt;/p&gt;
</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>&lt;p&gt;这个是蛮好玩的，不过我运行这个
echo "hello , festival is coming " &#124; festival –tts
的时候它怎么提示我 
festival: Unknown option "-tts"
这是怎么回事？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>这个是蛮好玩的，不过我运行这个
echo "hello , festival is coming " | festival –tts
的时候它怎么提示我 
festival: Unknown option "-tts"
这是怎么回事？</p>]]></content:encoded>
	</item>
</channel>
</rss>

