<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[PHP and TTS]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 02 Apr 2010 17:13:54 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	Here&#039;s the sample code for PHP and TTS. Obviously, this speaks on the machine where the PHP is executed. This means it&#039;s really only useful on the commandline or on a local web server. Of course, you could also set it up to be able to scare folks in the server room, but ….<br/><br/>Here&#039;s the code snippet. Really, that&#039;s all you need (aside from a Windows PHP installation).<br/><br/><br/><br/><div class="code">$text = file_get_contents(&quot;presentation.txt&quot;);<br/>//or manually set the string<br/>//$text = &quot;This is a test of the non-emergency broadcast system.&quot;;<br/>$VoiceObj = new COM(&quot;SAPI.SpVoice&quot;);<br/>$VoiceObj-&gt;Speak($text);</div><br/><br/><br/><br/>source：<br/>http://sourceforge.net/projects/php-vox/<br/>use site：<br/>The voices need work, but this is awesome! I saw it in use on pilotpig.net and it&#039;s got some great potential!<br/><br/> (http://www.pilotpig.com/) already has a PHP text-to-speech thing on there, but they use Linux. On the next version of my website, you&#039;ll be able to see it. Well, hear it….<br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] PHP and TTS]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>