Re: Sapi 4 documentation

2020-07-26 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector


  


Re: Sapi 4 documentation

@5 That's a good advice, I will try to fully master my basic first, I just wanted to ask fore the documentation to have a plan in my head.@6, atleast here in Poland, people are holding their SAPI4 synthesizers very thightly, this is why NVDA started to be so popular here.

URL: https://forum.audiogames.net/post/555703/#p555703




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


Re: Sapi 4 documentation

2020-07-25 Thread AudioGames . net Forum — Developers room : jack via Audiogames-reflector


  


Re: Sapi 4 documentation

Besides, by the time speech refactor makes its way into NVDA, and the oneCore voices take over, Sapi will probably be irrelevant anyway. It's already a dying standard with the existing voice manufacturers barely holding on. Now with lots of newer applications only accepting 64bit voices and there not being many choices for 64bit voices the situation is not great.

URL: https://forum.audiogames.net/post/555641/#p555641




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


Re: Sapi 4 documentation

2020-07-25 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: Sapi 4 documentation

@4Because you probably don't know enough, if I had to guess.  It's possible and I'm not saying you shouldn't do it, but COM is a giant pile of evil magic from the 90s, with all sorts of weirdness, and you're also talking about trying to make a bridge between fundamentally incompatible APIs.My advice is to implement a COM object in C++ that adds numbers, then call it from Python with comtypes.  Then move on to what you want to do.  I wouldn't worry about documentation of this stuff until you've done at least that.

URL: https://forum.audiogames.net/post/555606/#p555606




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


Re: Sapi 4 documentation

2020-07-25 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector


  


Re: Sapi 4 documentation

@2, yeah I know. In the beginning when I started learning C++ at school I hated it with a passion, as you probably rememberl, but as I have learnd it anyway why not write something useful for JAWS users atleast?

URL: https://forum.audiogames.net/post/555603/#p555603




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


Re: Sapi 4 documentation

2020-07-24 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: Sapi 4 documentation

Hm. Not much around perse, though there appears to be a SAPI4 guide [here] that may help.

URL: https://forum.audiogames.net/post/555312/#p555312




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


Re: Sapi 4 documentation

2020-07-24 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: Sapi 4 documentation

If you dig around on docs.microsoft.com you can probably find it, but this is old enough that the original documentation was in a .chm from many years ago, so maybe not.  You'll probably need to know C++ to do this, however, and before you look into sapi you should start by learning about Microsoft COM.  There's a lot of stuff involved in doing what you want to do, though I believe it is probably technically possible.

URL: https://forum.audiogames.net/post/555288/#p555288




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