Michael Mooney

Results 26 comments of Michael Mooney

Hello, I will look into this and get it sorted out. What operating system did this occur on?

This is something I've thought over although I haven't got around to implementing certain measures to mitigate avoidable repeated failures, including fallback measures for incorrectly deciphered audio for each services....

Can you try the latest commit and set retain_source=False in Solver? Example ```python client = Solver( pageurl, sitekey, options=options, proxy=proxy, proxy_auth=proxy_auth, retain_source=False ) ``` This will make the widget visible...

I haven't quite got around to finishing the Dockerfile - I guess I will try and fix that up. I was stuck on getting the files copied over from the...

First, you'll need to build the Dockerfile using the command `docker build .` in the directory of the Dockerfile, and then you run the image built with `docker run` or...

This issue should be resolved now. For now, I've placed the Dockerfile's instructions and basic usage guide as comments in the file itself. I will decide a more visible area...

Also, try it on your end and let me know it works for you, including if I need to make any adjustments to the guide.

@AlessandroSpallina Can you confirm that the click misfires, clicking one of the image tiles instead of the audio button? You will notice one of the images fade out with a...

You are free to choose between the 4 available speech services. By default the service is Pocketsphinx. This requires the language model files located here - https://github.com/cmusphinx/pocketsphinx/tree/master/model. Save them inside...