shanecolb / sphinx-ue4

A speech recognition plugin for Unreal Engine 4. This is essentially a port of Pocketsphinx, to be used within an Unreal Engine project.
The Unlicense
151 stars 81 forks source link

Module Not Found #3

Open Phillip3 opened 8 years ago

Phillip3 commented 8 years ago

Error Message: Plugin 'SpeechRecognition' failed to load because module 'SpeechRecognition' could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.

Building on OS X UE 4. I tried to delete the module in the SpeechRecognition.uplugin, and it let the project build, but then the blueprint is missing some functions and information vital to making connections.

shanecolb commented 8 years ago

Mac is not supported, the source is available on GitHub, if you wished to work it out. Sorry, but I simply don't have the time myself to work on Mac port (especially considering I don't own a own a Mac of any kind). Cheers Shane

On Sun, Mar 13, 2016 at 2:58 PM, Phillip H Trent III < notifications@github.com> wrote:

Error Message: Plugin 'SpeechRecognition' failed to load because module 'SpeechRecognition' could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.

Building on OS X UE 4. I tried to delete the module in the SpeechRecognition.uplugin, and it let the project build, but then the blueprint is missing some functions and information vital to making connections.

— Reply to this email directly or view it on GitHub https://github.com/shanecolb/sphinx-ue4/issues/3.