Audio2face/riva TTS voice isnt on the server?

"Model is not available on server: Voice English-US-Male-1 for language en-US not found. Please specify the voice name in your SynthesizeSpeechRequest.

error code i get when i try to use the tts on audio2face, riva server is setup and running on a xavier, i have been able to connect to the server and use the jupyter notebooks to build a model and test the functions of tts, from the computer a2f is running on.

Hi @aggelosioannidhs21 just to make sure, are you using the latest Riva and Audio2Face?

the riva server is 2.8.4 so im gonna attempt upgrading it to 2.10.0 and let you know if it worked. it honestly didnt even cross my mind.

nope, didnt work. here is the error:

2023-04-11 17:45:57 [Error] [omni.audio2face.utility.scripts.utils] Error getting chunks from audio generator
2023-04-11 17:45:57 [Error] [omni.audio2face.utility.scripts.utils] <_MultiThreadedRendezvous of RPC that terminated with:
2023-04-11 17:45:57 [Error] [omni.audio2face.utility.scripts.utils] status = StatusCode.INVALID_ARGUMENT
2023-04-11 17:45:57 [Error] [omni.audio2face.utility.scripts.utils] details = “Model is not available on server: Voice English-US-Male-1 for language en-US not found. Please specify the voice name in your SynthesizeSpeechRequest.”
2023-04-11 17:45:57 [Error] [omni.audio2face.utility.scripts.utils] debug_error_string = “{“created”:”@1681235157.223000000",“description”:“Error received from peer ipv4:192.168.1.53:50051”,“file”:“src/core/lib/surface/call.cc”,“file_line”:1070,“grpc_message”:“Model is not available on server: Voice English-US-Male-1 for language en-US not found. Please specify the voice name in your SynthesizeSpeechRequest.”,“grpc_status”:3}"
2023-04-11 17:45:57 [Error] [omni.audio2face.utility.scripts.utils] >

This should fix this issue: Audio2Face with TTS Plugin -> Unknown Model - #4 by esusantolim

Yep, thats the solution i also found, but forgot to update the thread.

Shouldn’t the extension be updated?

That’s correct. This will be fixed on the next release.