Fix typo in doc/audio.md
The documentation is about audio bit rate, not video bit rate. PR #3839 <https://github.com/Genymobile/scrcpy/pull/3839> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
d9a644df9c
commit
55899c091e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ check `--audio-codec-options` in the manpage or in `scrcpy --help`.
|
||||||
|
|
||||||
## Bit rate
|
## Bit rate
|
||||||
|
|
||||||
The default video bit-rate is 128Kbps. To change it:
|
The default audio bit-rate is 128Kbps. To change it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
scrcpy --audio-bit-rate=64K
|
scrcpy --audio-bit-rate=64K
|
||||||
|
|
Loading…
Reference in a new issue