Create custom VOIP

Hello, i’m working on a school project and i’m facing a problem with my game. It is an horror game and I want 3d positionnal audio voice chat. I’m using non-euclidian portals as doors between my rooms. So I cannot use Vivox.

I tried to send the microphone sample with rpc but it overflow the server and explode the buffer. Do you have any tips or example to send the sample over rpc without too much latency and without breaking the server ?

I precise that I’m using the P2P architecture: one client/host with others clients.

Hello,

I’m in a similar situation. It seems that there’s no open-source and free-to-use option. So I’m using Discord to make my own VOIP solution to work with my custom Networking solution. The only issue is that this takes time and most of the time it doesn’t work as expected. Also, there ain’t enough educational resources on this as most people choose the OTB solutions that are basically plug-and-play. If you find a solution that actually works please let me know though,