talk-with-gpt3
talk-with-gpt3 copied to clipboard
Voice Text to Speech Working without Amazon Polly Access and Secret Key
Hi guys,
Just curious, first time I ran this application and generated Amazon Polly ACCESS_KEY_ID and SECRET_ACCESS_KEY. Just for testing purposes I've replaced those keys with some random string values, deleted the .next, node_modules, package-lock.json files and ran the build command all over again and the Text To Speech is still working as usual.. Is it still using my API keys (maybe cached somewhere) or is the Amazon Polly not required for TTS?
PS. The Ex-Human API for lipsync stops working immediately once trying out the same thing..
Thanks, Just curious developer
Amazon Polly only comes into play with voices that don’t have talking heads.Regards,James (Jim) WeaverOn Jan 11, 2023, at 9:59 PM, Abu @.***> wrote: Hi guys, Just curious, first time I ran this application and generated Amazon Polly ACCESS_KEY_ID and SECRET_ACCESS_KEY. Just for testing purposes I've replaced those keys with some random string values, deleted the .next, node_modules, package-lock.json files and ran the build command all over again and the Text To Speech is still working as usual.. Is it still using my API keys (maybe cached somewhere) or is the Amazon Polly not required for TTS? PS. The Ex-Human API for lipsync stops working immediately once trying out the same thing.. Thanks, Just curious developer
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
@JavaFXpert I see, noted! thank you very much. So the Ex-Human API handles the voice along with the talking Avatars for the talking heads, am I right?