mirror of https://github.com/Genymobile/scrcpy
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
|
@ -62,7 +62,7 @@ check `--audio-codec-options` in the manpage or in `scrcpy --help`.
|
|||
|
||||
## Bit rate
|
||||
|
||||
The default video bit-rate is 128Kbps. To change it:
|
||||
The default audio bit-rate is 128Kbps. To change it:
|
||||
|
||||
```bash
|
||||
scrcpy --audio-bit-rate=64K
|
||||
|
|
Loading…
Reference in New Issue