版本发布 8
This is still a pre-release, waiting on CPAL 0.18.0. The main feature for RC3 is the new UI that groups the options in separate TAB widgets for Audio options, Network options, and App options. The last Status tab just list all current options. See the [changelog](https://github.com/dheijl/swyh-rs/blob/main/CHANGELOG.md) for all changes since 1.20.2. Linux Appimages (built on Ubuntu 20.04 LTS) in assets.
See the [changelog](https://github.com/dheijl/swyh-rs/blob/main/CHANGELOG.md) for details. Linux Appimages in assets, built on Ubuntu 20.04 LTS Pro. Windows setup, and release/debug binaries in assets.
This is a bugfix release. A FLAC stream could sometimes get corrupted because off an off-by-one error. Linux appimages in assets. Windows debug and release binaries in assets. Windows setup (unsigned) in assets.
Due to a typo while refactoring LPCM no longer worked in the latest release(s). Linux (Ubuntu 20.04 LTS and Debian Bookworm) appimages in assets. Windows setup and binaries (release and debug) in assets.
This release doesn't add anything new. It mainly optimizes the copying of sample buffers, replacing copying iterators with slice (mem) copies, reducing CPU usage. It also increase the FLAC compression level slightly from 0 to 1, but CPU usage should still be lower than in previous releases. Linux appimages (Debian 12 Bookworm and Ubuntu 20.04LTS) in assets. Windows Setup and binaries (release/debug) in assets.
This fixes issue #221. Thanks @DrCWO for raising this issue and testing the fix. When swyh-rs is capturing audio and an RDP client (dis)connects, Windows will reload all sound devices, aborting the capture. This fix tries to restart capture from the same audio device as before if the device still exists. For this to work the RDP client should disable client audio. Debian Bookworm appimages in assets. Ubuntu 20.04 LTS appimages in assets. Windows setup in assets. Windows release and debug binaries in assets.
attempt to recover audio capture on RDP login (#221) Windows debug binary
This fixes a CLI bug raised in issue #219 by @DrCWO, and also has a number of refactorings. See the [Changelog](https://github.com/dheijl/swyh-rs/blob/main/CHANGELOG.md) for details. Linux (Ubuntu 20.04 and Debian 12 Bookworm) appimages in assets. Windows setup file in assets (VirusTotal reports it as clean). Windows release and debug binaries in assets.