I\'m trying to create a realtime voice chat. once a client is holding a button and talks, I want the sound to be sent over the socket to the nodejs backend, then I want to strea
I build something like this on my own a few weeks ago. Problems I ran into (you will at some point):
I dont work on this project at the moment but you can get the code at: https://github.com/cracker0dks/nodeJsVoip
and the working example: (link removed) for multi user voip audio. (Not working anymore! Websocketserver is down!) If you go into settings>audio (on the page) you can choose a higher bit and samplerate for better audioquallity.
EDIT: Can you tell me why u not want to use WebRTC?