[RavenclawDev 358] [2028] trunk/Agents/Apollo: Agents replaces Sensors and Effectors

antoine@edam.speech.cs.cmu.edu antoine at edam.speech.cs.cmu.edu
Mon Sep 10 17:46:56 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070910/ee728084/attachment.html
-------------- next part --------------
Modified: trunk/Agents/Apollo/Apollo.sln
===================================================================
--- trunk/Agents/Apollo/Apollo.sln	2007-09-10 21:46:27 UTC (rev 2027)
+++ trunk/Agents/Apollo/Apollo.sln	2007-09-10 21:46:56 UTC (rev 2028)
@@ -3,14 +3,6 @@
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Apollo", "Apollo.vcproj", "{10A6C637-B857-4CAA-84C6-841F6BDFD819}"
 EndProject
 Global
-	GlobalSection(SourceCodeControl) = preSolution
-		SccNumberOfProjects = 1
-		SccProjectUniqueName0 = Apollo.vcproj
-		SccProjectName0 = \u0022$/CommonAgents/Apollo\u0022,\u0020YEXBAAAA
-		SccLocalPath0 = .
-		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
-		CanCheckoutShared = false
-	EndGlobalSection
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
 		Release|Win32 = Release|Win32

Modified: trunk/Agents/Apollo/Apollo.vcproj
===================================================================
--- trunk/Agents/Apollo/Apollo.vcproj	2007-09-10 21:46:27 UTC (rev 2027)
+++ trunk/Agents/Apollo/Apollo.vcproj	2007-09-10 21:46:56 UTC (rev 2028)
@@ -4,10 +4,6 @@
 	Version="8.00"
 	Name="Apollo"
 	ProjectGUID="{10A6C637-B857-4CAA-84C6-841F6BDFD819}"
-	SccProjectName="SAK"
-	SccAuxPath="SAK"
-	SccLocalPath="SAK"
-	SccProvider="SAK"
 	Keyword="Win32Proj"
 	>
 	<Platforms>

Modified: trunk/Agents/Apollo/Core/IMCore.cpp
===================================================================
--- trunk/Agents/Apollo/Core/IMCore.cpp	2007-09-10 21:46:27 UTC (rev 2027)
+++ trunk/Agents/Apollo/Core/IMCore.cpp	2007-09-10 21:46:56 UTC (rev 2028)
@@ -345,8 +345,9 @@
 		srand( (unsigned)time( NULL ) );
 
 		// Uncomment the following line for randomized pause duration thresholds
-		int iSessionThreshold = 400 + (rand() % 800);
+//		int iSessionThreshold = 400 + (rand() % 800);
 //		int iSessionThreshold = 500;
+		int iSessionThreshold = 70000;
 
 		Log(CORETHREAD_STREAM, "Endpointing pause duration threshold: %d", iSessionThreshold);
 		laListenerAgent.SetUttFinalPauseDurationThreshold(iSessionThreshold);


More information about the Ravenclaw-developers mailing list