Simple voice chat on Python Twisted with the help of PyAudio module.
Tips if you want to expand the project in the future:
- Split up the UI and the Twisted Client
- Create the server to find other clients, do not write the pure address as I did it here.
- Just do it.