﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Reallusion Forum / CrazyTalk / Training - Tutorials, Hints and Tips   / Crazytalk with VB / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Reallusion Forum</description><link>http://forum.reallusion.com/</link><webMaster>forum@reallusion.com</webMaster><lastBuildDate>Mon, 22 Mar 2010 04:16:42 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Crazytalk with VB</title><link>http://forum.reallusion.com/Topic2024-23-1.aspx</link><description>The zip file opens for me (in PowerArchiver) and shows one file also called Component_Demo.&lt;P&gt;This file is actually another zip but isn't named correctly so what you need to do is extract this one file and then rename it to add a zip on the end. Then it will open correctly and you will find all the files you need.&lt;/P&gt;&lt;P&gt;Hope this helps. :)</description><pubDate>Wed, 10 Feb 2010 16:34:18 GMT</pubDate><dc:creator>Peter Edwards</dc:creator></item><item><title>RE: Crazytalk with VB</title><link>http://forum.reallusion.com/Topic2024-23-1.aspx</link><description>I was wondering if the the download is still any good. Downloads, but won't unzip. Also can't find CT4ComponentText.exe.&lt;/P&gt;&lt;P&gt;In any case, when I add the OCX to a VB6 Form, and using this code in Form_Load...&lt;/P&gt;&lt;P&gt;CT.LifeMode = "1"&lt;BR&gt;CT.ModelName = "C:\test\head_0.ctm"&lt;BR&gt;CT.ScriptName = "C:\test\Super hero_02.cts"&lt;BR&gt;CT.ControlStyle = "1"&lt;BR&gt;CT.BorderStyle = "1"&lt;BR&gt;CT.MenuStyle = "0"&lt;BR&gt;CT.AutoPlay = "1"&lt;BR&gt;CT.Play 0&lt;/P&gt;&lt;P&gt;I get one of two things happen...&lt;/P&gt;&lt;P&gt;1. Nothing&lt;/P&gt;&lt;P&gt;2. Program freezes.&lt;/P&gt;&lt;P&gt;I'm missing something somewhere?&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Wed, 10 Feb 2010 03:12:12 GMT</pubDate><dc:creator>steve_20100210024507349</dc:creator></item><item><title>RE: Crazytalk with VB</title><link>http://forum.reallusion.com/Topic2024-23-1.aspx</link><description>Aha :D Thanks edward for your reply.&lt;br&gt;&lt;br&gt;Yes the old version of SAPI wasn't installed in Windows 7, I have download a file called MSTTSL.exe which installs SAPI 4.1 and now I can lipsync the character with TTS in the .Net environment :)&lt;br&gt;&lt;br&gt;To viewtv2000, here is the code which will solve your problem:&lt;br&gt;&lt;br&gt;axRLTTSComponent1.AttachCtrl(axCrazyTalk41.GetOCX())&lt;br&gt;&lt;br&gt;I hope the upcoming API supports SAPI 5.3 which comes with Windows Vista and 7.&lt;br&gt;&lt;br&gt;</description><pubDate>Fri, 09 Oct 2009 04:35:04 GMT</pubDate><dc:creator>agizy1000</dc:creator></item><item><title>RE: Crazytalk with VB</title><link>http://forum.reallusion.com/Topic2024-23-1.aspx</link><description>There is no problem in my desktop.&lt;br&gt;Is your TTS works in your computer? you may check the SAPI4 or 5 works first :)&lt;br&gt;As I know, some TTS engine not provide lips data, so it will not works in CrazyTalk component.</description><pubDate>Fri, 09 Oct 2009 00:12:39 GMT</pubDate><dc:creator>edward</dc:creator></item><item><title>RE: Crazytalk with VB</title><link>http://forum.reallusion.com/Topic2024-23-1.aspx</link><description>I'm facing the same problem, I can't use AttachCtrl. Also I tried AxRLTTSComponent1.AttachCtrl(AxCrazyTalk.GetOcx()) it doesn't show an error, but it also doesn't lipsync with the character.&lt;br&gt;&lt;br&gt;I'm not sure what's wrong with it!&lt;br&gt;&lt;br&gt;Also the posted attachment (by Visconti) seems having the same issue, the character doesn't lipsync in TTS mode. And there is a tab called "RL Sync RT" which is in "Coming soon" !&lt;br&gt;&lt;br&gt;Any progress in this part ?&lt;br&gt;&lt;br&gt;The old API was working perfectly, this one is complicated. Please help.</description><pubDate>Thu, 08 Oct 2009 18:46:46 GMT</pubDate><dc:creator>agizy1000</dc:creator></item><item><title>RE: Crazytalk with VB</title><link>http://forum.reallusion.com/Topic2024-23-1.aspx</link><description>Ok, old thread, but somewhat relevant to my problem.  &lt;br&gt;&lt;br&gt;I downloaded the sample app (thanks Visconti!) and it works for me, but I'm trying to duplicate the functionality in the .net environment.&lt;br&gt;&lt;br&gt;I have imported the CrazyTalk4 and RLTTSComponent ActiveX Controls using [url=http://msdn.microsoft.com/en-us/library/8ccdh774%28VS.80%29.aspx]aximp[/url], added them to my Tools and created instances of them on my form.&lt;br&gt;&lt;br&gt;I am able to get TTS to work using axRLTTSComponent1.TextContent and axRLTTSComponent1.Play()&lt;br&gt;&lt;br&gt;(The "ax" names are how they came out of the import and I just left them).&lt;br&gt;&lt;br&gt;I am able to get CrazyTalk4 to use a model play a script.&lt;br&gt;&lt;br&gt;What I can't accomplish is getting the two to work together.&lt;br&gt;&lt;br&gt;When I try to AttachCtrl via axRLTTSComponent1.AttachCtrl(axCrazyTalk41) I always get a COM error that the member is not found.  &lt;br&gt;&lt;br&gt;If I try axRLTTSComponent1.AttachCtrl(null) I don't get that error, so it seems like the Method is there but it's not seeing the correct type for the object argument? &lt;br&gt;&lt;br&gt;Any chance anyone has done this or has sample code?  Thanks!&lt;br&gt;&lt;br&gt;-Glenn</description><pubDate>Thu, 10 Sep 2009 15:47:32 GMT</pubDate><dc:creator>viewtv2000</dc:creator></item><item><title>RE: Crazytalk with VB</title><link>http://forum.reallusion.com/Topic2024-23-1.aspx</link><description>Do you have any script file examples that would work in VB6.0? I have looked at the TTS white paper, but it is all in Java. I can get the text to voice portion working, but not the character lip movements.</description><pubDate>Mon, 26 Nov 2007 00:36:45 GMT</pubDate><dc:creator>bwd2</dc:creator></item><item><title>RE: Crazytalk with VB</title><link>http://forum.reallusion.com/Topic2024-23-1.aspx</link><description>&lt;FONT color=#dddd99&gt;&lt;STRONG&gt;Hi, bwd2&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;Yes. You have to install the web player &amp;amp; TTS component first.&lt;BR&gt;&lt;A href="http://plug-in.reallusion.com/installCT.asp"&gt;http://plug-in.reallusion.com/installCT.asp&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Please also go through the white paper to know the operation well.&lt;BR&gt;Download the zip file from the attachment in this post.&lt;BR&gt;Place the unzipped folder to your local.&lt;BR&gt;Run CT4CompotentTest.exe or use other project files for VB.&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#dddd99&gt;&lt;STRONG&gt;Thanks&lt;BR&gt;Visconti&lt;/STRONG&gt;&lt;/FONT&gt;  </description><pubDate>Thu, 22 Nov 2007 21:31:07 GMT</pubDate><dc:creator>Visconti</dc:creator></item><item><title>Crazytalk with VB</title><link>http://forum.reallusion.com/Topic2024-23-1.aspx</link><description>Has anyone found a way to get CrazyTalk to read text in a textbox in VB6.0?  I'm guessing that one would convert the TTS to wave and then to CTS. If anyone one knows how to do this I would appreciate the help. I'm not even sure if it can be done.</description><pubDate>Wed, 21 Nov 2007 15:33:59 GMT</pubDate><dc:creator>bwd2</dc:creator></item></channel></rss>