<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic @Joel C. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060844#M54029</link>
    <description>&lt;P&gt;@Joel C.&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks for your advice.. But i am still having the issue that no soud is being played.. When i run my project it is not &amp;nbsp;giving any output and also no error or warnings are reported..&lt;BR /&gt;
	&lt;BR /&gt;
	Can you help me with it..&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks&lt;BR /&gt;
	Akshay&lt;/P&gt;</description>
    <pubDate>Sat, 25 Apr 2015 07:10:37 GMT</pubDate>
    <dc:creator>Akshay_A_</dc:creator>
    <dc:date>2015-04-25T07:10:37Z</dc:date>
    <item>
      <title>Speech Synthesis freezes execution in Unity</title>
      <link>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060839#M54024</link>
      <description>&lt;P&gt;I recently starting toying with the RealSense's Speech Recognition and Speech Synthesis.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I've got the Speech Synthesis to work, but when I output the audio, the game freezes execution while the audio is dictated, and then continues running when the audio is complete. I'm using Unity, and I'm calling the VoiceSynthesis.Speak function given with the Unity framework of the SDK.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is this a known issue? Has anyone come across this and found a way to get around it?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 19:05:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060839#M54024</guid>
      <dc:creator>Joel_C_</dc:creator>
      <dc:date>2015-03-25T19:05:02Z</dc:date>
    </item>
    <item>
      <title>Fixed it.</title>
      <link>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060840#M54025</link>
      <description>&lt;P&gt;Fixed it.&lt;/P&gt;

&lt;P&gt;I just put all of the speech synthesis in its own separate thread. Works great now!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 17:18:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060840#M54025</guid>
      <dc:creator>Joel_C_</dc:creator>
      <dc:date>2015-03-26T17:18:24Z</dc:date>
    </item>
    <item>
      <title>That's cool. Thanks for</title>
      <link>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060841#M54026</link>
      <description>&lt;P&gt;That's cool. Thanks for sharing this Joel.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 11:37:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060841#M54026</guid>
      <dc:creator>Vidyasagar_MSC</dc:creator>
      <dc:date>2015-03-27T11:37:46Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060842#M54027</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;@Joel C.&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;hi&lt;/P&gt;

&lt;P&gt;I m also working on speech synthesis module of realsense on unity..&lt;BR /&gt;
	I m extracting my code for unity from the sdk mannuals . I am also in trouble as where "to&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;send audio to the audio device".. I am not able to implement my module..Can you assist me in providing any solution to this situation.. and Also DId you extracted the code for unity from the Csharp framework provided in the samples directory of the SDK.???&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;thanks,.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:53:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060842#M54027</guid>
      <dc:creator>Akshay_A_</dc:creator>
      <dc:date>2015-04-24T10:53:35Z</dc:date>
    </item>
    <item>
      <title>Quote:Akshay A. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060843#M54028</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Akshay A. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am also in trouble as where "to&amp;nbsp;send audio to the audio device".. I am not able to implement my module..Can you assist me in providing any solution to this situation.. and Also DId you extracted the code for unity from the Csharp framework provided in the samples directory of the SDK.???&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;They provide two scripts in the Unity C# framework that will output the audio. I believe the scripts are called VoiceOut.cs and VoiceSynthesis.cs. Once they're in your project, you can call&amp;nbsp;&lt;BR /&gt;
	voice_synthesis.cs.VoiceSynthesis.Speak("Voice Synthesis (Nuance* Vocalizer Expressive*)",0,&amp;lt;TEXT TO OUTPUT&amp;gt;,100,100,80);&lt;BR /&gt;
	to output it to audio.&lt;BR /&gt;
	I had to change my API compatibility level from ' .NET 2.0 subset' to '.Net 2.0' in the player settings to remove an error.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2015 19:01:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060843#M54028</guid>
      <dc:creator>Joel_C_</dc:creator>
      <dc:date>2015-04-24T19:01:39Z</dc:date>
    </item>
    <item>
      <title>@Joel C.</title>
      <link>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060844#M54029</link>
      <description>&lt;P&gt;@Joel C.&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks for your advice.. But i am still having the issue that no soud is being played.. When i run my project it is not &amp;nbsp;giving any output and also no error or warnings are reported..&lt;BR /&gt;
	&lt;BR /&gt;
	Can you help me with it..&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks&lt;BR /&gt;
	Akshay&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2015 07:10:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060844#M54029</guid>
      <dc:creator>Akshay_A_</dc:creator>
      <dc:date>2015-04-25T07:10:37Z</dc:date>
    </item>
    <item>
      <title>@joel C.</title>
      <link>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060845#M54030</link>
      <description>&lt;P&gt;@joel C.&lt;/P&gt;

&lt;P&gt;I fixed that.....&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks for all your help.. I was just having the error in passing the parameters in the speak function .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2015 08:09:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speech-Synthesis-freezes-execution-in-Unity/m-p/1060845#M54030</guid>
      <dc:creator>Akshay_A_</dc:creator>
      <dc:date>2015-04-25T08:09:05Z</dc:date>
    </item>
  </channel>
</rss>

