Clarify API versions that support Audio Forwarding
Reword the supported API versions for audio forwarding sentence to clarify that it supports API >= 30 PR #3949 <https://github.com/Genymobile/scrcpy/pull/3949> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
8f0b38cc4f
commit
cb20bcb16f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Its features include:
|
||||||
|
|
||||||
The Android device requires at least API 21 (Android 5.0).
|
The Android device requires at least API 21 (Android 5.0).
|
||||||
|
|
||||||
[Audio forwarding](doc/audio.md) is supported from API 30 (Android 11).
|
[Audio forwarding](doc/audio.md) is supported for API >= 30 (Android 11+).
|
||||||
|
|
||||||
Make sure you [enabled USB debugging][enable-adb] on your device(s).
|
Make sure you [enabled USB debugging][enable-adb] on your device(s).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue