A program using openal to achieve the function of real-time voicing between two computers.
Just run alserver via
./alserver
in powershell
Then run alclient via
./alclient [server ip] [server port]
to start.
Example:./alclient 127.0.0.1 5666
The default server port is 5666, you can change it in code.
This project is compiled in vs2019.