MyGit

v2.6

Genymobile/scrcpy

版本发布时间: 2024-08-02 01:01:20

Genymobile/scrcpy最新发布版本:v2.7(2024-09-16 03:30:02)

To receive a notification on new releases, click on Watch > Custom > Releases on the top.


scrcpy v2.6

Changes since v2.5:


Highlights

Audio mirroring

Audio forwarding was introduced in scrcpy 2.0. Until now, when audio was captured by scrcpy, it was necessarily disabled on the device.

This release introduces a new audio capture method, which (optionally) supports audio duplication, to keep playing audio on the device. It is exposed as an alternative audio source named playback (in addition to output, the default, and mic).

scrcpy --audio-source=playback               # do not play on the device
scrcpy --audio-source=playback --audio-dup   # keep playing on the device

For convenience, --audio-dup automatically selects the playback audio source. Therefore, to mirror audio rather than forward, this is sufficient:

scrcpy --audio-dup

However, this playback capture has some drawbacks:

See documentation, #4380, #5102.

Secondary mouse bindings

By default, with SDK mouse:

It was also possible to forward the clicks to the device instead, by using the --mouse-bind=xxxx option introduced in the previous version (2.5). But that way, we had to choose at startup whether a button triggered a shortcut or a click.

This release introduces a new set of secondary bindings via Shift+click, so that both are possible at runtime.

By default, a simple (secondary) click triggers the shortcuts, and Shift+click forwards the click to the device.

In AOA and UHID mouse modes, the default bindings are reversed: all clicks are forwarded by default, and pressing Shift gives access to the shortcuts (since the cursor is handled on the device side, it makes more sense to forward all mouse buttons by default in these modes).

All these mouse bindings can be configured, check the documentation.

See #5076.


相关地址:原始地址 下载(tar) 下载(zip)

1、 scrcpy-server-v2.6 69.42KB

2、 scrcpy-win32-v2.6.zip 5.7MB

3、 scrcpy-win64-v2.6.zip 5.71MB

4、 SHA256SUMS.txt 261B

5、 SHA256SUMS.txt.asc 833B

查看:2024-08-02发行的版本