Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-30 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse Grpc isn't necessarily significantly higher latency but it is worth noting that it is over TCP, and that if you're just sending text strings then length-prefixed strings can do it with at most 4 bytes o

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-30 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse well, there's not much to do about the occasional latency, this is just how networking works in general. That's why I recommended grpc to you, it is, in my opinion, the fastest you can get without s

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-30 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse Maybe my thought is wrong, but in such a software, every millisecond counts as a success. URL: https://forum.audiogames.net/post/611120/#p611120 -- Audiogames-reflector mailing list Audiogames-reflector

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-29 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse yeah, not bad indeed. Plus it's said that, currently, c# is the fastest when it comes to grpc, if you use protocol buffers, you could get a low latency if on a public server, though I DK why you'd do this.

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-29 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I looked into Protocol buffer and it aint that bad. I might end up using it. URL: https://forum.audiogames.net/post/610953/#p610953 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-29 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse Ah yes, that. Good idea. URL: https://forum.audiogames.net/post/610898/#p610898 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-29 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse well, it's not that hard, actually.Remember when I told you about xamarin.forms? If you're gonna develop this in c# and xamarin.android, you must know you can install xamarin.forms plugins directly in yo

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-29 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I know that @BGTLover, but I have no idea how to circumvent users' hastity. URL: https://forum.audiogames.net/post/610803/#p610803 -- Audiogames-reflector mailing list Audiogames-reflector@sabah

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-28 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse If I'm understanding it correctly, you're making a full tts engine like vocaliser or whatever, like fully implementing the interfaces, callbacks, and stuff, plus intents, things in the manifest as well,

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-28 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse As for the fallback, the software forces you to choose a fallback TTS on start, if you don't it does not let you start server. URL: https://forum.audiogames.net/post/610665/#p610665 -- Audiogames-refl

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-28 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I think I am too inexperienced for Protobuf. URL: https://forum.audiogames.net/post/610660/#p610660 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-28 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse hy there!WARNING!This is the heavyest wall of text I have ever written, so if you aren't interested in reading all of that, please skip it.ENDWARNING.First and formost, @nuno, congratulations for wanting to

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-26 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse @16, this isn't actually necessarily correct. Well, it is, for the most part. Android does provide the NDK if you do want to write your apps/libs in C, but I have no idea how much that library provides. It may

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-26 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse @16, this isn't actually necessarily correct. Well, it is, for the most part. Android does provide the NDK if you do want to write your apps/libs in C, but I have no idea how much that library provides. It may

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-26 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse best of luck to you. URL: https://forum.audiogames.net/post/609952/#p609952 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-08 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse The project has started.But for me its harder mentally than programmatically.I started by writing a log of things I need done. I will try and clear entries one by one, until the end. URL: https

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-08 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I have nothing else! I just want to learn programming, since I love programming and computers, but I am so lost. URL: https://forum.audiogames.net/post/605246/#p605246 -- Audiogames-reflector mailing list

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-08 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse @23 can relate with having multiple headphones I would need to switch between at work. for some tasks I would end up wearing two set of headphones at the same time by sort of intertwining them around my head to be

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : vortex1024 via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse no, unfortunately nvdaRemote doesn't support nat traversal. It relays on relay servers. I wrote an android client for it, so I am pretty sure about how it works. Now, that I think about it, this app might act

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : mechaSkyGuardian via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse or translations can be done by having all the strings you need in a Json file and reading from it. That would make things so much easier. There are a lot of people that like games and if the game suits them they

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I thought that NVDA remote supported NAT hole-punching, which can't be done via SSL or TCP, but maybe I'm wrong.Also I didn't say it was pointless, I said that the gain may not be commensurate with

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : vortex1024 via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse yes, nvdaremote uses a custom protocol, not too complcated though. json messages sent via a ssl socket.And yes, you are going to have problems with indexing, i.e. letting the phone know when the pc has finished

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I'm the one who said C++ takes 3 years to master.  It is a pain until you're after a certain point, and it has only really become feasible to write software sanely in it in maybe the last 3-5 years, me

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : mechaSkyGuardian via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse camlorn wrote:People here use it because C# isn't a bad language, using an IDE means not learning things, and this community has kind of skewed priorities.while this is true I’m not trying to focus on it ex

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I understand what you mean. URL: https://forum.audiogames.net/post/605110/#p605110 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I am not trying to cause a language debate.  For the phones, you must use a first party language to create multi-language libraries or to integrate deeply with platform-specific functionality like custom TTS engines

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse BTW as far as I can tell, you cannnot create libraries inPython either. URL: https://forum.audiogames.net/post/605083/#p605083 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I use C#, because I am comfortable with C#. If I need something which works fast  iwill use C++, but for my current work C# is surprisingly pleasant URL: https://forum.audiogames.net/post/605082/#p605082

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse So, you know how Python is an interpreter and a custom environment with a custom standard library?  Xamarin is the same thing but instead of an interpreter it uses a JIT when it can, which it can't do on iOS. 

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse Edit: Camlorn cleared it up for me, original post kept for history's sakeWhat happened to C# for Android, Xamarin if memory serves? I'm not trying to question your language choices, I'm just wonderin

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse What happened to C# for Android, Xamarin if memory serves? I'm not trying to question your language choices, I'm just wondering why would you choose to use Java over C# when a multitude of users have given

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse C# doesn't really work on Android.  There are ways but they're limited.  People on this site have been jumping on that bandwagon, which perhaps gives the idea that it's more capable than it is.  In

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse Because I cannot write an Android TTS in C#. URL: https://forum.audiogames.net/post/605038/#p605038 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse Your use cases do not consider the latency. Consider a game. Let's suppose that you are playing a realtime RPG. Even if the speech takes about 0.2 seconds, that still may prove to be slow. Copying error logs

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse Why wouldn't you just use a real logging solution or a debugger or something like that?  "I made a custom TTS thing" is kind of overkill when logging solutions for Android certainly already exi

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse Hi!The use cases for it are the following1. You develop an Android softwre and you want to test it on the emulation or even or a real device. You would connect thecomputer and the device either physical or emulated

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse I thought NVDA remote uses some sort of custom binary protocol, and also has high latency in some scenarios.  It's open source, you could read it.  On wi-fi, literally turning on the microwave can cause la

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse interesting idea. I am not sure if I can see what the use case for it is though. but I am genuinely interested on what it is supposed to be used for. if you could write a bit about that, then that would be great.a

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse Hi Camlorn, I will send the events to the client using the SAPI callback. Why you say it will generate high latency? How does NVDA Remote work? I thought it encodes text with JSOn. I wanted to make it more easy to

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse TCP and UDP don't fix security.  HTTP is fine.  You just have to authenticate it.  Also, presumably this would be over a local network only.Security through obfuscation, where you write your own protocol and ho

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse http? no way. use tcp instead. or else UDP. if any one found out the http address that oyur usig to transmit the data, all of our activitys are, you know what wood happens URL: https://forum.audiogames.net/post

Re: An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: An idea I have: Android TTS to Windows bridge, and a problem with myse http? no way. use tcp instead. or else UDP. URL: https://forum.audiogames.net/post/604992/#p604992 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

An idea I have: Android TTS to Windows bridge, and a problem with myse

2021-01-07 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
An idea I have: Android TTS to Windows bridge, and a problem with myse Hello guys!So I have this crazy ideato create an Android TTS engine which will output text to the WIndows computer via HTTP. I have the whole idea and image in my head, but I am so unsure of my skills than I never tried