Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed May 2, 2024
1 parent 8e1e356 commit f59c13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ In these commands, `TOOLCHAIN_PREFIX` defines toolchain triple of the target sys

For more complicated cases, refer to [standard instructions](https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html) for cross-compiling using CMake.

### Prebuilt toolchains
### Pre-built toolchains

You can use one of our docker images with prebuilt cross-compilation toolchains. The commands below will cross-compile PulseAudio modules and install them to `./bin`.

Expand Down Expand Up @@ -232,7 +232,7 @@ Roc sink supports several options:
|--------------------------|------------------------|--------------------------------------------------------------|-------------------------------|
| sink\_name | roc\_sender | the name of the new sink | |
| sink\_properties | empty | additional sink properties | |
| remote\_ip | no | remote receiver address | |
| remote\_ip | required parameter | remote receiver address | |
| remote\_source\_port | 10001 | remote receiver port for source (audio) packets | |
| remote\_repair\_port | 10002 | remote receiver port for repair (FEC) packets | |
| remote\_control\_port | 10003 | remote receiver port for control (RTCP) packets | |
Expand Down

0 comments on commit f59c13b

Please sign in to comment.