uezo / aiavatarkit

🥰 Building AI-based conversational avatars lightning fast ⚡️💬
Apache License 2.0
246 stars 21 forks source link

Face doesn't return to neutral after duration passed #9

Closed uezo closed 1 year ago

uezo commented 1 year ago
[INFO] 2023-06-04 15:23:24,887 : face: (^o^) (joy)
[INFO] 2023-06-04 15:23:26,530 : 
 腹が立ってきました。
[INFO] 2023-06-04 15:23:26,550 : face: (#`Д´) (angry)
[INFO] 2023-06-04 15:23:28,263 : 
 悲しい出来事がありました。
[INFO] 2023-06-04 15:23:28,280 : face: (; ;) (sorrow)
[INFO] 2023-06-04 15:23:30,498 : 
 とても楽しい体験をしました。
[INFO] 2023-06-04 15:23:30,522 : face: (*^_^*) (fun)
[INFO] 2023-06-04 15:23:32,974 : Listening... (VoiceRequestListener)
[INFO] 2023-06-04 15:23:43,190 : Voice detection timeout: 10.0
[INFO] 2023-06-04 15:23:43,323 : Stopped listening (VoiceRequestListener)

Maybe this line is not executed because the task that invokes set_face ends. https://github.com/uezo/aiavatarkit/blob/main/aiavatar/face/__init__.py#LL29C30-L29C30