I was just thinking of trying to create a simple tcp client server for simple comunication.
In my head it was all about typing in a window and my friend sees what I type and then responds.
Then as my mind wondered, i thought about making the communication via voice.
my first thoughts were VOIP and so searched that, hoping to find some open source API or something
but it all looked very complicated and way over my comfort zone.
then I thought about a simple live audio stream, or two of them, but don't even know where to start looking
in that regard.
my thinking is, one audio stream from me to her, and another from her to me.
Anyway, what I'm after is a starting point, reference or any advice anyone can offer.
Thanks for reading.