]> Sergey Matveev's repositories - vors.git/blob - doc/features.texi
Rooms support
[vors.git] / doc / features.texi
1 @node Features
2 @unnumbered Features
3
4 @itemize
5
6 @item Client-server architecture. All clients send their output to the
7 server, while it copies it to other clients. However, as a rule, there
8 is single client speaking at one time.
9
10 @item 20ms frames with  Opus-encoded audio with PLC (Packet Loss
11 Concealment) and DTX (discontinuous transmission) features enabled.
12 Optional VAD (voice activity detection).
13
14 @item Noise protocol-based handshake over TCP between client and server
15 for creating authenticated encrypted channel and authentication based on
16 server's public key knowledge.
17
18 @item Rooms, optionally password protected.
19
20 @item Fancy TUI client with mute-toggle ability.
21
22 @end itemize