Troubleshooting#
NVCF hosting limitations#
After 30 seconds of inactivity the grpc channel will close.
You might need to re-upload your audio file when creating a grpc channel:
Currently RAM is being used to store audio in each instance. Multiple instances of the A2F Authoring Microservice are hosted on NVCF. Which means that when establishing a new connection you might not be connected to the instance you uploaded your audio file to. So you will then need to upload your audio file again. The Microservice will throw an error if the audio file is not found.
Known issues#
Some emotion on Claire v1.3 have a lighter impact than others. (E.g.: Anger and cheekiness) You can set a higher
upperFaceStrength
to increase the emotion effect on the avatar.Non-verbal human sounds (E.g. “hmmmm…”) and non-human audio do not translate well into facial expressions, resulting in random lip motions. This is an area identified for future improvement.
At service startup the first N requests (N = selected batch size, default N=10), will have a high latency. E.g.: 160ms on a 4090 instead of 30ms.
Currently there is an audio file size limit of 4MB. This will be fixed with a proto file update converting the audio upload RPC to use streaming.
There are warnings appearing when calling
generate_code_from_protos.py
. These warnings are harmless.