Kris Schultz

Results 21 comments of Kris Schultz

@mikaelwozniak and @charles-hay, can you explain what your motivation is for wanting to use locally cached audio and viseme data? Amazon Polly automatically serves cached versions of that data when...

@krithick, can you provide a small GitHub repo that demonstrates how you're trying to incorporate the hosts node module into your code? I don't think we have a clear enough...

Unfortunately, the demos in this repository are not compatible with the BabylonJS Editor. It should be possible to do a distribution build of these demos, though, and just deploy those...

1. Does the animation work properly inside of Blender? 2. What 3D framework are you using (Three.js or Babylon.js)? 3. Not sure it matters, but we've released a major update...

Hey, Ishu07. As cwalkere mentioned above, we did not target Android when designing this sample project. So I'm afraid I don't have any insights to help you get it working...

We provide step-by-step instructions for adding speech capability to any MetaHuman character. You'll find those instructions in the ["Adding New Metahumans" section of our Developer Guide](https://github.com/aws-samples/amazon-polly-metahumans/blob/main/Documentation/DeveloperGuide.md#adding-new-metahumans). If those instructions don't...

@OnlinePage @cuijiaxu and @Ishu07, today I was able to get a custom MetaHuman working but I did have to make a few changes to the structure of the Content folder...

@Ishu07 visemes are actually language agnostic. So supporting new languages doesn't require new visemes. A viseme is the shape the mouth, lips, tongue, and jaw make when a human makes...

Regarding how I got custom hosts working. Here are (roughly) the steps I went through (from memory): In the Content Browser, move the "Animation" and "Common" folders from "AmazonPollyMetaHuman" into...

I've submitted a pull request that should help users who've had problems incorporating new MetaHumans into this sample project. You'll find the PR here: [PR #15](https://github.com/aws-samples/amazon-polly-metahumans/pull/15)