From nawafnaim at gmail.com Tue Nov 5 18:24:59 2013 From: nawafnaim at gmail.com (Nawaf Alsallami) Date: Tue, 5 Nov 2013 17:24:59 -0600 Subject: [Olympus developers 418]: CMake error & invalid KiteWare Key when building Olympus Message-ID: I'm getting a warning about missing CMake and an invalid KitWire key when building Olympus on Windows 7. I've satisfied all dependencies listed in the wiki and ensured that all required variables are on system path including CMake. I don't know why I'm getting this error. I'd appreciate if someone give me a lead here. Thank you. Please find attached below build.log. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: build.log Type: application/octet-stream Size: 1718 bytes Desc: not available URL: From nawafnaim at gmail.com Wed Nov 6 02:57:31 2013 From: nawafnaim at gmail.com (Nawaf Alsallami) Date: Wed, 6 Nov 2013 01:57:31 -0600 Subject: [Olympus developers 419]: Re: CMake error & invalid KiteWare Key when building Olympus In-Reply-To: References: Message-ID: I've found the source of this error, OlympusBuild.pm is looking for information about CMake (such as location and version) inside Windows registry. But, there are no information about Kitware or CMake in the registry. After manually adding the information needed by the build script to the registry, OlympusBuild has successfully compiled. :) On Tue, Nov 5, 2013 at 5:24 PM, Nawaf Alsallami wrote: > I'm getting a warning about missing CMake and an invalid KitWire key when > building Olympus on Windows 7. I've satisfied all dependencies listed in > the wiki and ensured that all required variables are on system path > including CMake. I don't know why I'm getting this error. I'd appreciate if > someone give me a lead here. Thank you. > > Please find attached below build.log. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nawafnaim at gmail.com Wed Nov 6 10:25:15 2013 From: nawafnaim at gmail.com (Nawaf Alsallami) Date: Wed, 6 Nov 2013 09:25:15 -0600 Subject: [Olympus developers 420]: Re: CMake error & invalid KiteWare Key when building Olympus In-Reply-To: References: Message-ID: Specifically, on Windows 7 64-bit, the following line in OlympusBuild.pm should be modified: my $kitwareKey = $Win32::TieRegistry::Registry->{'LMachine/SOFTWARE/Kitware/'}; to my $kitwareKey = $Win32::TieRegistry::Registry->{'LMachine/SOFTWARE/Wow6432Node/Kitware/'}; On Wed, Nov 6, 2013 at 1:57 AM, Nawaf Alsallami wrote: > I've found the source of this error, OlympusBuild.pm is looking for > information about CMake (such as location and version) inside Windows > registry. But, there are no information about Kitware or CMake in the > registry. After manually adding the information needed by the build script > to the registry, OlympusBuild has successfully compiled. :) > > > On Tue, Nov 5, 2013 at 5:24 PM, Nawaf Alsallami wrote: > >> I'm getting a warning about missing CMake and an invalid KitWire key when >> building Olympus on Windows 7. I've satisfied all dependencies listed in >> the wiki and ensured that all required variables are on system path >> including CMake. I don't know why I'm getting this error. I'd appreciate if >> someone give me a lead here. Thank you. >> >> Please find attached below build.log. >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aitzaz.ahmad at kics.edu.pk Wed Nov 13 02:56:30 2013 From: aitzaz.ahmad at kics.edu.pk (Aitzaz Ahmad) Date: Wed, 13 Nov 2013 12:56:30 +0500 Subject: [Olympus developers 421]: Building and Configuring the Olympus System Message-ID: Hi, I have a couple of questions about the available code for Olympus. i) Has the system been tested on the 64-bit version of Windows 7? ii) Have you tried and tested the system on the JRE 1.7 variants? iii) Which branch has the latest version of the code tested on newer versions of the softwares given on the wiki page? (if there is one that hasn't been updated on the wiki) iv) Is the version mentioned on the wiki compatible with the 64-bit Windows 7? I've tried building the version of the system given on the wiki page on a 64-bit Win 7 VM and I got this error: "Use of uninitialized value $bestNetbeansVer in pattern match (m//) at Build/OlympusBuild.pm line 1448. Searching for NetBeans Ant... Error Use of uninitialized value $bestNetbeansVer in concatenation (.) or string at Build/OlympusBuild.pm line 1453. Can't determine NetBeans version for" The statement above has been quoted verbatim. I'd appreciate if you could give an insight on the issue because I have installed NetBeans IDE 6.9 from this link: https://netbeans.org/downloads/6.9/start.html?platform=windows&lang=en&option=javase Regards, Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alex.Rudnicky at cs.cmu.edu Wed Nov 13 09:28:08 2013 From: Alex.Rudnicky at cs.cmu.edu (Alex Rudnicky) Date: Wed, 13 Nov 2013 09:28:08 -0500 Subject: [Olympus developers 422]: Re: Building and Configuring the Olympus System In-Reply-To: References: Message-ID: <11B6FA6BC9879A42BE5A6227C05F3E1F02D2AC9FA872@EXCH-MB-1.srv.cs.cmu.edu> Aitzaz, The code compiles fine on Win 7 and 64-bit. The problem (according to the error message is that the build script is not finding a particular version of NetBeans on your machine required for the build. The script wants specific versions of other applications, arguably a bit too conservative. In any case do you have NetBeans on your machine? If not you should install it. At the same time, the script should not be throwing errors... I'll try to take a look. Alex From: olympus-developers-bounces at mailman.srv.cs.cmu.edu [mailto:olympus-developers-bounces at mailman.srv.cs.cmu.edu] On Behalf Of Aitzaz Ahmad Sent: Wednesday, November 13, 2013 2:57 AM To: olympus-developers at mailman.srv.cs.cmu.edu Subject: [Olympus developers 421]: Building and Configuring the Olympus System Hi, I have a couple of questions about the available code for Olympus. i) Has the system been tested on the 64-bit version of Windows 7? ii) Have you tried and tested the system on the JRE 1.7 variants? iii) Which branch has the latest version of the code tested on newer versions of the softwares given on the wiki page? (if there is one that hasn't been updated on the wiki) iv) Is the version mentioned on the wiki compatible with the 64-bit Windows 7? I've tried building the version of the system given on the wiki page on a 64-bit Win 7 VM and I got this error: "Use of uninitialized value $bestNetbeansVer in pattern match (m//) at Build/OlympusBuild.pm line 1448. Searching for NetBeans Ant... Error Use of uninitialized value $bestNetbeansVer in concatenation (.) or string at Build/OlympusBuild.pm line 1453. Can't determine NetBeans version for" The statement above has been quoted verbatim. I'd appreciate if you could give an insight on the issue because I have installed NetBeans IDE 6.9 from this link: https://netbeans.org/downloads/6.9/start.html?platform=windows&lang=en&option=javase Regards, Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) -------------- next part -------------- An HTML attachment was scrubbed... URL: From aitzaz.ahmad at kics.edu.pk Thu Nov 14 04:28:17 2013 From: aitzaz.ahmad at kics.edu.pk (Aitzaz Ahmad) Date: Thu, 14 Nov 2013 14:28:17 +0500 Subject: [Olympus developers 423]: Re: Building and Configuring the Olympus System In-Reply-To: <11B6FA6BC9879A42BE5A6227C05F3E1F02D2AC9FA872@EXCH-MB-1.srv.cs.cmu.edu> References: <11B6FA6BC9879A42BE5A6227C05F3E1F02D2AC9FA872@EXCH-MB-1.srv.cs.cmu.edu> Message-ID: Alex, I have the NetBeans installed on my machine. I'm working on a 64-bit Windows 7 virtual machine at the moment. As for the error message, I took a look at perl script and the perl module, OlympusBuild.pl and OlympusBuild.pm respectively. After checking the script for the various " *find*" functions listed in the module, I verified the registry entries for each installed software. And I found an entry for NetBeans. What baffles me is the fact that the same script is able to find the entries for all the other required softwares except for NetBeans and the JDK. I've attached the build log file and the screenshot of the registry entries of JDK and NetBeans as well in case it might be of any assistance in narrowing down the problem. Regards, Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) On 13 November 2013 19:28, Alex Rudnicky wrote: > Aitzaz, > > > > The code compiles fine on Win 7 and 64-bit. > > > > The problem (according to the error message is that the build script is > not finding a particular version of NetBeans on your machine required for > the build. The script wants specific versions of other applications, > arguably a bit too conservative. > > > > In any case do you have NetBeans on your machine? If not you should > install it. > > At the same time, the script should not be throwing errors? I?ll try to > take a look. > > > > Alex > > > > > > > > > > *From:* olympus-developers-bounces at mailman.srv.cs.cmu.edu [mailto: > olympus-developers-bounces at mailman.srv.cs.cmu.edu] *On Behalf Of *Aitzaz > Ahmad > *Sent:* Wednesday, November 13, 2013 2:57 AM > *To:* olympus-developers at mailman.srv.cs.cmu.edu > *Subject:* [Olympus developers 421]: Building and Configuring the Olympus > System > > > > Hi, > > I have a couple of questions about the available code for Olympus. > > i) Has the system been tested on the 64-bit version of Windows 7? > > ii) Have you tried and tested the system on the JRE 1.7 variants? > > iii) Which branch has the latest version of the code tested on newer > versions of the softwares given on the wiki page? (if there is one that > hasn't been updated on the wiki) > > iv) Is the version mentioned on the wiki compatible with the 64-bit > Windows 7? > > > > I've tried building the version of the system given on the wiki page on a > 64-bit Win 7 VM and I got this error: > > > > "Use of uninitialized value $bestNetbeansVer in pattern match (m//) at > Build/OlympusBuild.pm line 1448. > > Searching for NetBeans Ant... Error > > Use of uninitialized value $bestNetbeansVer in concatenation (.) or string > at Build/OlympusBuild.pm line 1453. > > Can't determine NetBeans version for" > > > > The statement above has been quoted verbatim. I'd appreciate if you could > give an insight on the issue because I have installed NetBeans IDE 6.9 from > this link: > https://netbeans.org/downloads/6.9/start.html?platform=windows&lang=en&option=javase > > > > > > Regards, > > Aitzaz Ahmad > > ---------- > > "A census taker once tried to test me. I ate his liver with some fava > beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: build.log Type: application/octet-stream Size: 1575 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: screenshot_RegistryEntry_JDK.jpg Type: image/jpeg Size: 148443 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: screenshot_RegistryEntry_NetBeans.jpg Type: image/jpeg Size: 221887 bytes Desc: not available URL: From aitzaz.ahmad at kics.edu.pk Fri Nov 22 01:57:18 2013 From: aitzaz.ahmad at kics.edu.pk (Aitzaz Ahmad) Date: Fri, 22 Nov 2013 11:57:18 +0500 Subject: [Olympus developers 424]: Configuring and Running Olympus Example Systems Message-ID: Hi, I was able to find a work around for the issues highlighted in my previous mail dated November 14th, 2013 (titled RE: Building and Configuring the Olympus System). The NetBeans I had installed was version 6.9 and the script requires a version 7.0 or greater. Apart from that, I used the same JDK but the whole environment was setup on a 32-bit Windows 7 VM this time. And the OlympusBuild.pl script ran and completed successfully. It found all the entries in the registry, created the OLYMPUS_ROOT environment variable, and compiled all the code generating all the required binaries. According to the Olympus wiki page, the next step was to run a downloaded example system. I downloaded the entire example-systems branch and chose to run RoomLine. As mentioned on the wiki page and the ReadMe file in the systems "branch" folder, I ran the SystemBuild.pl script. This script failed and displayed the following message(s): "BUILD_CONF... Release BUILD_TYPE... Build OLYMPUS_ROOT... C:/Users/Maverick/2.5 BUILD_LOG... build.log PROJECT_ROOT... C:\Users\Maverick\example-systems\RoomLine\branches\2.5 PROJECT... RoomLine CMAKE_PARAMS... LOGIOS_ROOT... C:\Users\Maverick\2.5\Tools\logios Detecting platform in use... Windows Searching for File::Spec Perl Module... Found Searching for File::Copy Perl Module... Found Searching for IPC::Open3 Perl Module... Found Searching for IO::Handle Perl Module... Found Searching for Getopt::Long Perl Module... Found Searching for Win32 Perl Module... Found Searching for Win32::API Perl Module... Found Searching for Win32::TieRegistry Perl Module... Found Creating bin\x86-nt directory for build output... Done Copying galaxy.jar from Olympus to bin\x86-nt... Done Copying jLibOlympusUtility.jar from Olympus to bin\x86-nt... Done Copying libOlympusUtility.dll from Olympus to bin\x86-nt... Done Checking if the project is using CMake... No Searching for maximum valid Visual Studio version... Not Found Please install Microsoft Visual Studio 2005 or 2008. Searching for Sun Java JDK... Found Searching for NetBeans Ant... Not Found Cannot find NetBeans. Please install it from http://netbeans.com. Error during configure stage. Please fix and run the script again. ********************************************************************* SUMMARY: Please install Microsoft Visual Studio 2005 or 2008. Cannot find NetBeans. Please install it from http://netbeans.com. Error during configure stage. Please fix and run the script again. Use of uninitialized value in division (/) at C:/Users/Maverick/2.5/Build/OlympusBuild.pm line 67. Use of uninitialized value in modulus (%) at C:/Users/Maverick/2.5/Build/OlympusBuild.pm line 67. Total Build Time: 0:00 ********************************************************************* See the log file 'build.log' to review script output. Press ENTER to exit." NOTE: The quoted messages above have been posted verbatim. They have been copied from the command prompt window. I would like some feedback on this. I don't see any reason why this script shouldn't be able to find the tools installed on the system that the OlympusBuild.pl did. Regards, Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) -------------- next part -------------- An HTML attachment was scrubbed... URL: From career at rsaest.com Sun Nov 24 14:12:32 2013 From: career at rsaest.com (CAREER) Date: Sun, 24 Nov 2013 20:12:32 +0100 (CET) Subject: [Olympus developers 425]: Now hiring Message-ID: <20131124202702.795FD242661D@pro1042.server4you.de> If interested,Reply for details to career at rsaest.com From aitzaz.ahmad at kics.edu.pk Wed Nov 27 09:14:13 2013 From: aitzaz.ahmad at kics.edu.pk (Aitzaz Ahmad) Date: Wed, 27 Nov 2013 19:14:13 +0500 Subject: [Olympus developers 426]: Support on Linux Message-ID: Hi, After reading the archived email threads, I know that RavenClaw doesn't work on Linux based platforms. What I didn't get to know is that do we have the same problem for Pheonix, Helios and Rosetta? Or do they work fine on a Linux environment. I have been posting questions frequently to the developers mailing list but I haven't been getting any response from your side lately. I would really appreciate if you could reply to the question in this email. Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alex.Rudnicky at cs.cmu.edu Wed Nov 27 10:53:29 2013 From: Alex.Rudnicky at cs.cmu.edu (Alex Rudnicky) Date: Wed, 27 Nov 2013 10:53:29 -0500 Subject: [Olympus developers 427]: Re: Support on Linux In-Reply-To: References: Message-ID: <11B6FA6BC9879A42BE5A6227C05F3E1F02D2AE67B78D@EXCH-MB-1.srv.cs.cmu.edu> Phoenix is C code. Rosetta is Perl. Helios is C++, like RavenClaw. RavenClaw was implemented with a view to making it portable to Linux. The main issue with Windows/Linux (for us at least) were the string manipulation libraries. An attempt was made to compartmentalize these, so in principle porting would be simpler. Some work was done towards a port (in regularizing the code) but was not completed. Alex From: olympus-developers-bounces at mailman.srv.cs.cmu.edu [mailto:olympus-developers-bounces at mailman.srv.cs.cmu.edu] On Behalf Of Aitzaz Ahmad Sent: Wednesday, November 27, 2013 9:14 AM To: olympus-developers at mailman.srv.cs.cmu.edu Subject: [Olympus developers 426]: Support on Linux Hi, After reading the archived email threads, I know that RavenClaw doesn't work on Linux based platforms. What I didn't get to know is that do we have the same problem for Pheonix, Helios and Rosetta? Or do they work fine on a Linux environment. I have been posting questions frequently to the developers mailing list but I haven't been getting any response from your side lately. I would really appreciate if you could reply to the question in this email. Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) -------------- next part -------------- An HTML attachment was scrubbed... URL: From aitzaz.ahmad at kics.edu.pk Thu Nov 28 01:19:33 2013 From: aitzaz.ahmad at kics.edu.pk (Aitzaz Ahmad) Date: Thu, 28 Nov 2013 11:19:33 +0500 Subject: [Olympus developers 428]: Re: Support on Linux In-Reply-To: <11B6FA6BC9879A42BE5A6227C05F3E1F02D2AE67B78D@EXCH-MB-1.srv.cs.cmu.edu> References: <11B6FA6BC9879A42BE5A6227C05F3E1F02D2AE67B78D@EXCH-MB-1.srv.cs.cmu.edu> Message-ID: Why wasn't the porting activity completed? I'm just asking to gain a better insight into the problems that were faced during the activity itself. Because I remember reading somewhere in the archived mails that one of the major challenges was the underlying use of Windows threading API. I've been considering the option of porting the code to Linux recently and I want to guage the effort that might be required. We are working on a spoken dialogue system for Urdu language at Center For Language Engineering in UET Lahore under Dr. Sarmad Hussain. But we do have timelines to meet. I just want to know if the activity would be too costly in terms of working hours required to be considered as a viable option or not. Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) On 27 November 2013 20:53, Alex Rudnicky wrote: > Phoenix is C code. Rosetta is Perl. Helios is C++, like RavenClaw. > > > > RavenClaw was implemented with a view to making it portable to Linux. The > main issue with Windows/Linux (for us at least) were the string > manipulation libraries. An attempt was made to compartmentalize these, so > in principle porting would be simpler. Some work was done towards a port > (in regularizing the code) but was not completed. > > > > Alex > > > > > > > > > > *From:* olympus-developers-bounces at mailman.srv.cs.cmu.edu [mailto: > olympus-developers-bounces at mailman.srv.cs.cmu.edu] *On Behalf Of *Aitzaz > Ahmad > *Sent:* Wednesday, November 27, 2013 9:14 AM > *To:* olympus-developers at mailman.srv.cs.cmu.edu > *Subject:* [Olympus developers 426]: Support on Linux > > > > Hi, > > > > After reading the archived email threads, I know that RavenClaw > doesn't work on Linux based platforms. What I didn't get to know is that do > we have the same problem for Pheonix, Helios and Rosetta? Or do they work > fine on a Linux environment. I have been posting questions frequently to > the developers mailing list but I haven't been getting any response from > your side lately. I would really appreciate if you could reply to the > question in this email. > > > > Aitzaz Ahmad > > ---------- > > "A census taker once tried to test me. I ate his liver with some fava > beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alex.Rudnicky at cs.cmu.edu Thu Nov 28 11:21:50 2013 From: Alex.Rudnicky at cs.cmu.edu (Alex Rudnicky) Date: Thu, 28 Nov 2013 11:21:50 -0500 Subject: [Olympus developers 429]: Re: Support on Linux In-Reply-To: References: <11B6FA6BC9879A42BE5A6227C05F3E1F02D2AE67B78D@EXCH-MB-1.srv.cs.cmu.edu> Message-ID: <11B6FA6BC9879A42BE5A6227C05F3E1F02D2AE67B7CD@EXCH-MB-1.srv.cs.cmu.edu> The student who was working on it graduated and left. Since we ourselves did not have a specific need for a linux version, the work was not continued. I agree that threading differences is an issue as well, but without looking into it again I do not recall it being a show-stopper. I am aware of at least one commercial port to linux, but of course this would not be available in open source. If anyone is interested in completing the port or funding a way to otherwise support the activity we would very much try to support it. Alex From: olympus-developers-bounces at mailman.srv.cs.cmu.edu [mailto:olympus-developers-bounces at mailman.srv.cs.cmu.edu] On Behalf Of Aitzaz Ahmad Sent: Thursday, November 28, 2013 1:20 AM To: Alex Rudnicky Cc: olympus-developers at mailman.srv.cs.cmu.edu Subject: [Olympus developers 428]: Re: Support on Linux Why wasn't the porting activity completed? I'm just asking to gain a better insight into the problems that were faced during the activity itself. Because I remember reading somewhere in the archived mails that one of the major challenges was the underlying use of Windows threading API. I've been considering the option of porting the code to Linux recently and I want to guage the effort that might be required. We are working on a spoken dialogue system for Urdu language at Center For Language Engineering in UET Lahore under Dr. Sarmad Hussain. But we do have timelines to meet. I just want to know if the activity would be too costly in terms of working hours required to be considered as a viable option or not. Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) On 27 November 2013 20:53, Alex Rudnicky > wrote: Phoenix is C code. Rosetta is Perl. Helios is C++, like RavenClaw. RavenClaw was implemented with a view to making it portable to Linux. The main issue with Windows/Linux (for us at least) were the string manipulation libraries. An attempt was made to compartmentalize these, so in principle porting would be simpler. Some work was done towards a port (in regularizing the code) but was not completed. Alex From: olympus-developers-bounces at mailman.srv.cs.cmu.edu [mailto:olympus-developers-bounces at mailman.srv.cs.cmu.edu] On Behalf Of Aitzaz Ahmad Sent: Wednesday, November 27, 2013 9:14 AM To: olympus-developers at mailman.srv.cs.cmu.edu Subject: [Olympus developers 426]: Support on Linux Hi, After reading the archived email threads, I know that RavenClaw doesn't work on Linux based platforms. What I didn't get to know is that do we have the same problem for Pheonix, Helios and Rosetta? Or do they work fine on a Linux environment. I have been posting questions frequently to the developers mailing list but I haven't been getting any response from your side lately. I would really appreciate if you could reply to the question in this email. Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) -------------- next part -------------- An HTML attachment was scrubbed... URL: From aitzaz.ahmad at kics.edu.pk Fri Nov 29 02:03:13 2013 From: aitzaz.ahmad at kics.edu.pk (Aitzaz Ahmad) Date: Fri, 29 Nov 2013 12:03:13 +0500 Subject: [Olympus developers 430]: Documentation for the MeetingLine and RoomLine Systems Message-ID: Hi, Are there any design documents available for the any of the example systems available at the institute? The MeetingLine system would be the best as it is a small example system. I want to see the design and the program flow in particular to analyze the system. Right now I'm planning to strip down the entire system and start of by integrating the TTS with the hub for starters. I want to integrate the Urdu TTS that we've made using Festival. The idea is to make a small "Hello World" kind of application where the hub will be passed a message or a sentence as an input and it would route the input text to the synthesizer for synthesizing audio output. With the current level of available documentation of the available systems, I'm finding it pretty hard to do. Besides the tutorials on the wiki page aren't that helpful as well as they do not tell you how to integrate the whole system from scratch (that is making and interfacing each module with the galaxy hub). Our motivation is to use Olympus and plug in our own Speech Recognition and Synthesis modules instead of yours (apart from the other obvious domain specific changes required) to make a spoken dialogue system for Urdu. However, at the prototyping stage and to present initial demos to at our facility I need to start off with the first step that I've mentioned in the first paragraph of this email. Any help would be greatly appreciated because I haven't been able to come up with any piece of documentation as comprehensive as that for the Galaxy Communicator (but it doesn't work for windows unfortunately!). Aitzaz Ahmad ---------- "A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti." Dr. Hannibal Lecter - Silence of the Lambs (1991) -------------- next part -------------- An HTML attachment was scrubbed... URL: