* Client-server architecture. All clients send their output to the server, while it copies it to other clients. However, as a rule, there is single client speaking at one time. * 20ms frames with Opus-encoded audio with PLC (Packet Loss Concealment) and DTX (discontinuous transmission) features enabled. Optional [VAD] (voice activity detection). => Opus codec * PQConnect and Noise inspired post-quantum secure handshake protocol over TCP between client and server. Authentication is based on server's public key knowledge. => PQConnect => Noise protocol framework * Fast ChaCha20 encryption with SipHash24 message authentication. * Rooms, optionally password protected. Peers are able to broadcast text message to everyone in the room. * Ability to silence specified peer in the room. * Fancy TUI client with mute-toggle ability by external utilities.