Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-24 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech I am fighting with this issue. Also, tomorrow a new version will come which removes the explicit SAPIFOrce setting. Sorry, but this seems to cause more problem than good. URL: https://forum.audiogames.net/post/495537/#p495537

Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-24 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech Universal speech is more configurable than Tolk, but I can't compile it for 32-bit, never mind 64-bit.Clearly something has changed in Mingw64.I wanted to use this in Go, but I cannot do so comfortably if I limit myself to 32-bit apps

Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-19 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech I am terribly sorry. Fixed and committed URL: https://forum.audiogames.net/post/494130/#p494130 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-19 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech Oh what? Let me see! URL: https://forum.audiogames.net/post/494129/#p494129 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-19 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech I probably wasn't clear enough. I meant that for instance speech.cs has only this:namespace SharpSpeech{    public class Speech    {            }} URL: https://forum.audiogames.net/post/494119/#p494119 -- Audiogames-reflector

Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-19 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech Universal Speech is a very simple library, thus nothing else is necessary besides this file and its enumerator. URL: https://forum.audiogames.net/post/494116/#p494116 -- Audiogames-reflector mailing list Audiogames-reflector

Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-19 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech looks like the files do not contain any code besides the class definition. URL: https://forum.audiogames.net/post/494111/#p494111 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-19 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech Hey Rasttislav,I didnt look into it yet although I know that it must be done sooner or later. With that being said however, I don't necessarily think that apps should be compiled for 64 bit exclusively URL: https

Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-19 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech Hi,did you manage to compile universalSpeech for 64-bit architecture?I have written a similar, although much simpler wrapper myself for BgtKit some time ago. But the problem was exactly that UniversalSpeech was a 32-bit dependency, so

Re: Sharp Speech: my sharp wrapper for Universal Speech

2020-01-19 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Sharp Speech: my sharp wrapper for Universal Speech Hi,did you manage to compile universalSpeech for 64-bit architecture?I have written a similar, although much simpler wrapper myself for BgtKit some time ago. But the problem was exactly that UniversalSpeech was a 32-bit dependency, so

Sharp Speech: my sharp wrapper for Universal Speech

2020-01-17 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Sharp Speech: my sharp wrapper for Universal Speech I know that for some of you it's nothing to get excited about but this is my second project that killed my lack of motivation and I managed to pull it off the ground.For now this is just a wrapper arround UniversalSpeech, but I would like