Quantcast
Channel: Hydrogenaudio Posts
Viewing all articles
Browse latest Browse all 11785

Communication, No encoding IP to IP

$
0
0
Well if anyone want to know what happened about this.

As i said in an earlier post, i started programming my own application for it.
And it´s going pretty well, it does pretty much what i want, even though it´s unoptimized like mad.

But in short, i uses ASIO output if possible (fun thing is that it allows me to play the chat software with ASIO, while i am able to play other stuff at the same time, but i can´t change the volume of the ASIO output as expected).
It sends with UDP (It´s smallest, fastest, but unreliable, but it does the job).

And i use extremely low buffer on the input, which seems to work pretty well, with some small hickups at times. Using 4ms if anyone want´s to know.

The buffer for the UDP however is a total mess, as i have no clue how it even works, but it´s probably as low as it can go with the current code, which seems to be (4000byte per udp packet?).

Viewing all articles
Browse latest Browse all 11785

Trending Articles