Skip to content

Commit b309665

Browse files
gavvortex
authored andcommitted
Update "About Roc" section in README
1 parent 012e419 commit b309665

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,21 @@ Android support included!
1010

1111
## About Roc
1212

13-
Compatible senders and receivers include:
14-
15-
* [command-line tools](https://roc-streaming.org/toolkit/docs/tools/command_line_tools.html)
16-
* [sound server modules](https://roc-streaming.org/toolkit/docs/tools/sound_server_modules.html) (PulseAudio, PipeWire)
17-
* [C library](https://roc-streaming.org/toolkit/docs/api.html)
18-
* [Go bindings](https://github.com/roc-streaming/roc-go/)
19-
20-
Key features:
13+
Key features of Roc Toolkit:
2114

2215
* real-time streaming with guaranteed latency;
23-
* restoring lost packets using Forward Erasure Correction codes;
24-
* converting between the sender and receiver clock domains;
16+
* robust work on unreliable networks like Wi-Fi, due to use of Forward Erasure Correction codes;
2517
* CD-quality audio;
2618
* multiple profiles for different CPU and latency requirements;
27-
* portability;
28-
* relying on open, standard protocols.
19+
* relying on open, standard protocols, like RTP and FECFRAME;
20+
* interoperability with both Roc and third-party software.
21+
22+
Compatible Roc Toolkit senders and receivers include:
23+
24+
* [cross-platform command-line tools](https://roc-streaming.org/toolkit/docs/tools/command_line_tools.html)
25+
* [modules for sound servers](https://roc-streaming.org/toolkit/docs/tools/sound_server_modules.html) (PulseAudio, PipeWire)
26+
* [C library](https://roc-streaming.org/toolkit/docs/api.html) and [bindings for other languages](https://roc-streaming.org/toolkit/docs/api/bindings.html)
27+
* [end-user apps](https://roc-streaming.org/toolkit/docs/tools/applications.html)
2928

3029
## Documentation
3130

0 commit comments

Comments
 (0)