This is a position-based conference call system
- GUI was implemented using Qt
- Qt Multimedia module was used for Audio recording & playing
- ZMQ + Boost libraries is for Network modules
- Multithreading by using
std::thread
and Facebook Folly - Audio mixer was written using AudioFile library
- Clone this repo
- Run
build.sh
script as root to install necessary libs - Enjoy
Use those commands to run the server in Docker:
sudo docker build -t posiphone-server .
sudo docker run -it posiphone-server