Ben Hamrick
Ben Hamrick
Would it be possible to support 4 channel mics. I have a device that supports 4 microphones and runs each mic over a separate channel. Currently UltraStar allows me to...
Currently I am getting this output when trying to run the test on Ubuntu 16.04 `ben@ben-ubuntu16:~/src/webrtcbuilds/test$ ./run_tests.sh /home/ben/src/webrtcbuilds/out/webrtcbuilds-25370-359d60a-linux-x64 /home/ben/src/webrtcbuilds/test/simple_app.cc: In function ‘int main(int, char**)’: /home/ben/src/webrtcbuilds/test/simple_app.cc:38:11: error: too few arguments to...
I see the flag WEBRTC_EXTERNAL_JSON inside of the webrtc headers. However I can not use it because the third_party headers are not included. Is it possible to compile webrtc with...
Expose the ability to use RPC especially on WebGL to allow us to easily make a single player mode while still using netcode usually as a host. ## Changelog -...
When syncing the local time from the server to the client we need to use half the RTT time to get the local time in sync with the server. Otherwise...