aws-samples / amazon-polly-metahumans

This Unreal Engine sample project demonstrates how to bring Epic Games' MetaHuman digital characters to life using the Amazon Polly text-to-speech service from AWS. Use this project as a starting point for creating your own Unreal Engine applications that leverage Amazon Polly to give voice to your MetaHumans.
MIT No Attribution
178 stars 67 forks source link

amazonpollymetahumans Could not be compiled on Mac #11

Closed KingStorm closed 2 years ago

KingStorm commented 2 years ago
截屏2022-06-25 12 09 43
KingStorm commented 2 years ago

turns out it is related to M1 mac. need to specify "-DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_OSX_ARCHITECTURES=x86_64" in cmake command.

since the ue4 for mac installed from official website is in x86 compile, maybe it is run based on Rosseta.