lucoiso / UEAzSpeech

This plugin integrates Azure Speech Cognitive Services in Unreal Engine.
https://forums.unrealengine.com/t/free-azspeech-plugin-async-text-to-voice-and-voice-to-text-with-microsoft-azure/495394
MIT License
178 stars 41 forks source link

Unable to locate AzSpeech under `Project Settings > Plugins` for Unreal Engine (v 5.1.1) #228

Open iDataist opened 8 months ago

iDataist commented 8 months ago

I have successfully installed the AzSpeech plugin (v 1.3.12) within Unreal Engine. However, I am unable to locate AzSpeech under Project Settings > Plugins.

Screenshot 2023-08-28 at 3 06 48 PM Screenshot 2023-08-28 at 3 10 40 PM
lucoiso commented 8 months ago

Hello @iDataist !

Unfortunately, the MacOS version in the marketplace is outdated (and I can't remove heheh) and experimental because I currently don't have a MacOS platform to test here. :/

I recently made a lot of fixes and updates and recommend trying a newer version:

You can find the recent releases here: https://github.com/lucoiso/UEAzSpeech/releases

To use in MacOS you'll need to:

  1. Download the plugin .zip and extract to: YOUR_PROJECT_DIRECTORY/Plugins
  2. Compile your project with C++17 (Enable it in XCode)

Any issue, feel free to reply! :)

iDataist commented 8 months ago

Hello @lucoiso, I appreciate your quick reply.

I attempted to compile the project in Xcode, ensuring that C++17 was enabled. However, the build process encountered a failure, and a few error messages were displayed, as detailed below. To assist with troubleshooting, I have included a screenshot of the build settings. Could you review the settings and let me know if any of them appear to be incorrect? It's worth noting that I am using a MacBook Pro with the Apple M1 Pro Chip.

Error messages:

Your insights and guidance in resolving these issues would be greatly appreciated. If you require further information, please don't hesitate to ask. Thank you for your assistance.

Screenshot 2023-08-29 at 1 54 20 PM Screenshot 2023-08-29 at 1 54 28 PM
lucoiso commented 7 months ago

Sorry for the long delay, I didn't receive the notification. :S

I'll look for more information about this error and MacOS environment (or maybe create a separated branch without some C++17 features to avoid similar issues)