@@ -70,13 +70,13 @@ def onStartSpeaking(text):
7070 i01_random .enable ('i01.moveHead' )
7171 i01_random .addRandom ("randomBlink" , 5000 , 30000 , "python" , "exec" , "blink()" )
7272 i01_random .enable ('randomBlink' )
73- i01_random .addRandom ("randomFace" , 1000 , 2000 , "python" , "exec" , "blink()" , "halfSpeedFaceMove()" )
73+ i01_random .addRandom ("randomFace" , 1000 , 2000 , "python" , "exec" , "blink()" , "halfSpeedFaceMove()" , "speechMove()" )
7474 i01_random .enable ('randomFace' )
7575
7676 else :
7777 i01_random .addRandom ("randomBlink" , 5000 , 30000 , "python" , "exec" , "blink()" )
7878 i01_random .enable ('randomBlink' )
79- i01_random .addRandom ("randomFace" , 1000 , 2000 , "python" , "exec" , "blink()" , "halfSpeedFaceMove()" )
79+ i01_random .addRandom ("randomFace" , 1000 , 2000 , "python" , "exec" , "blink()" , "halfSpeedFaceMove()" , "speechMove()" )
8080 i01_random .enable ('randomFace' )
8181 else :
8282 i01_random = i01 .startPeer ('random' )
@@ -92,13 +92,13 @@ def onStartSpeaking(text):
9292 i01_random .enable ('i01.moveHead' )
9393 i01_random .addRandom ("randomBlink" , 5000 , 30000 , "python" , "exec" , "blink()" )
9494 i01_random .enable ('randomBlink' )
95- i01_random .addRandom ("randomFace" , 1000 , 2000 , "python" , "exec" , "blink()" , "halfSpeedFaceMove()" )
95+ i01_random .addRandom ("randomFace" , 1000 , 2000 , "python" , "exec" , "blink()" , "halfSpeedFaceMove()" , "speechMove()" )
9696 i01_random .enable ('randomFace' )
9797
9898 else :
9999 i01_random .addRandom ("randomBlink" , 5000 , 30000 , "python" , "exec" , "blink()" )
100100 i01_random .enable ('randomBlink' )
101- i01_random .addRandom ("randomFace" , 1000 , 2000 , "python" , "exec" , "blink()" , "halfSpeedFaceMove()" )
101+ i01_random .addRandom ("randomFace" , 1000 , 2000 , "python" , "exec" , "blink()" , "halfSpeedFaceMove()" , "speechMove()" )
102102
103103import re
104104def onFilterText (text ):
0 commit comments