cracker0dks / nodeJsVoip

A simple nodeJs Websocket VOIP application without the use of WebRTC
94 stars 43 forks source link

Speakers #4

Closed ibanzai closed 5 years ago

ibanzai commented 5 years ago

How do I play the data received from the server through the speakers?

cracker0dks commented 5 years ago

hey, I updated some code libs and added a "start" button. If you open two tabs and click on start in both you should hear yourself

ibanzai commented 5 years ago

Indeed, thank you for the update! Do you have any thoughts about preventing echo between the mic and speaker?

cracker0dks commented 5 years ago

no, no further dev plans. If you want a "real" voicechat please consider to use webrtc. Take a look here: https://github.com/feross/simple-peer for peer2peer or at other sfu/mcu projects