Re: Arrow keys with voice over

2020-04-17 Thread AudioGames . net Forum — Developers room : BigGun via Audiogames-reflector


  


Re: Arrow keys with voice over

So I've tried to do the same thing with pygame and it did work, except the down arrow. Pressing the down arrow key does send the message, but after that I get this error message.2020-04-17 20:38:57.527 Python[33792:1349783] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)

URL: https://forum.audiogames.net/post/520327/#p520327




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-17 Thread AudioGames . net Forum — Developers room : BigGun via Audiogames-reflector


  


Re: Arrow keys with voice over

Weird that it works at yours but not on mine. Although pyglet might be the issue with the way it handles the keyboard, will try to do the same with Lucia and see how does it play out.

URL: https://forum.audiogames.net/post/520294/#p520294




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-16 Thread AudioGames . net Forum — Developers room : ambro86 via Audiogames-reflector


  


Re: Arrow keys with voice over

As for Pyttxs, I recommend trying Cerulean scripts. I just tried it and they work on Mac.https://ceruleanbluesoftware.com/downloads.php

URL: https://forum.audiogames.net/post/520163/#p520163




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-16 Thread AudioGames . net Forum — Developers room : ambro86 via Audiogames-reflector


  


Re: Arrow keys with voice over

Sorry for the double post. As for Pyttsx, I took a look, and I recommend that you use it only if you have no alternative. I'll explain why. On Windows it only uses Sapi, and I can tell you from experience, that audiogamers don't like Sapi . This I noticed, for example, with Manamon. Aaron Backer has developed a module for Sapi, and has also improved it by decreasing latency, however most Manamon players prefer to use their own speech synthesis, although Aaron does not recommend this setting. This is why I tell you that I would only use that form if you cannot do otherwise. It seems to me more fully accessible-output2. However you could use Pyttx on other platforms like Mac and Linux.

URL: https://forum.audiogames.net/post/520049/#p520049




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-16 Thread AudioGames . net Forum — Developers room : ambro86 via Audiogames-reflector


  


Re: Arrow keys with voice over

Sorry for the double post. As for Pyttx, I took a look, and I recommend that you use it only if you have no alternative. I'll explain why. On Windows it only uses Sapi, and I can tell you from experience, that audiogamers don't like Sapi . This I noticed, for example, with Manamon. Aaron Backer has developed a module for Sapi, and has also improved it by decreasing latency, however most Manamon players prefer to use their own speech synthesis, although Aaron does not recommend this setting. This is why I tell you that I would only use that form if you cannot do otherwise. It seems to me more fully accessible-output2. However you could use Pyttx on other platforms like Mac and Linux.

URL: https://forum.audiogames.net/post/520049/#p520049




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-16 Thread AudioGames . net Forum — Developers room : ambro86 via Audiogames-reflector


  


Re: Arrow keys with voice over

Hi BigGun, after many attempts I confirm that Accessible-output2, used with Lucia and therefore Pygame works perfectly. I created a Menu that correctly receives keyboard input and VoiceOver on Mac reads correctly. I had to tribulate because now Mac support is what it is, but it is a problem of Pygame and not of Accessible-output2.

URL: https://forum.audiogames.net/post/520016/#p520016




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-16 Thread AudioGames . net Forum — Developers room : BigGun via Audiogames-reflector


  


Re: Arrow keys with voice over

Hmm, that's definitely interesting. Is there any way to make it not freeze to program while it's speaking?

URL: https://forum.audiogames.net/post/519997/#p519997




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-15 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: Arrow keys with voice over

Pyttsx supports crossplatform system tts.

URL: https://forum.audiogames.net/post/519907/#p519907




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-15 Thread AudioGames . net Forum — Developers room : BigGun via Audiogames-reflector


  


Re: Arrow keys with voice over

@MasonasonsI tried that already, but the same thing keeps happening.I guess the only way around this is to use the system voice on Mac and just ask the user to turn off voice over before starting the game. Does anybody know of any good libraries that do this?

URL: https://forum.audiogames.net/post/519905/#p519905




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-15 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector


  


Re: Arrow keys with voice over

Hi BigGun,Try pressing the left and right arrows together in order to turn off Quick Nav.

URL: https://forum.audiogames.net/post/519877/#p519877




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-15 Thread AudioGames . net Forum — Developers room : ambro86 via Audiogames-reflector


  


Re: Arrow keys with voice over

Hi BigGun, I wanted to give you my script in Python, that is a Menu that uses Pygame, to try it also on Mac, but while in the past I managed to install Pygame on Mac it is now a complete mess. Despite several tests and reading different guides, installing homebrew and other devilries I was unable to make it work. I managed to install it in the end, but when I run my script the window is not focused. It is launched, executed, but not focused, so VoiceOver doesn't intercept it either.

URL: https://forum.audiogames.net/post/519845/#p519845




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-15 Thread AudioGames . net Forum — Developers room : BigGun via Audiogames-reflector


  


Re: Arrow keys with voice over

I've enabled apple script but it still doesn't work.

URL: https://forum.audiogames.net/post/519751/#p519751




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Arrow keys with voice over

2020-04-15 Thread AudioGames . net Forum — Developers room : ambro86 via Audiogames-reflector


  


Re: Arrow keys with voice over

Hi BigGun, I've tried a menu game using pygame and all works correctly in VoiceOver. If VoiceOver doesn't read you anything is because you have to activate the AppleScript with VoiceOver permission, with vo f8, general settings.

URL: https://forum.audiogames.net/post/519711/#p519711




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector