Skip to content

Releases: dheijl/swyh-rs

CLI: support player name(s) as well as player IP address(es)

20 Sep 15:21
Compare
Choose a tag to compare

CLI: any unique substring of the player name(s) will do (case sensitive) if you do not want to use their IP address(es).
Note: a mix of player names and IP addresses is not supported.

Debian Bookworm Appimages in assets.
Debian Bullseye (Ubuntu 20.04) Appimages in assets.
Windows setup, and binaries (release and debug) in assets.

More optimizations filling the streaming buffer

04 Sep 15:27
Compare
Choose a tag to compare

Iterators only (no more indexing in the buffers).

Debian Bookworm appimages in assets.
Debian Bullseye (Ubuntu 20.04 LTS) appimages in assets.

Windows setup, and debug/release binaries in assets

Some tweaks and optimizations

30 Aug 13:56
Compare
Choose a tag to compare

The way samples are serialized in the streaming buffers has been rewritten for clarity, correctness and speed.

Linux appimages (Debian Bookworm and Ubuntu 20.04 LTS) in assets.

Windows setup and debug/release binaries in assets.

Some clean-up

18 Aug 14:01
Compare
Choose a tag to compare

Logging setup was in a mess. Also don't let the Flac encoding thread panic when it's interrupted.

Debian Bookworm appimages in assets.

Linux Mint 20 (Ubuntu 20.04 LTS) appimages in assets.

Windows setup, and debug/release binaries in assets.

Add FLTK color theming support (PR #139 by @Villardo)

16 Aug 12:23
Compare
Choose a tag to compare

It's now possible to select one of the FLTK color themes (Shake, Tan, Gray, Dark, Black) for the application.

Windows setup and release/debug binaries in assets.

Linux appimages for Debian Bookworm and derivatives (LMDE6, libc 2.36), and Ubuntu 20.04LTS (Linux Mint 20, libc 2.31) in assets.

Some minor improvements

10 Aug 15:13
Compare
Choose a tag to compare

See the changelog for details.

Windows setup, and release and debug binaries in assets.

Linux (Debian Bookworm and derivatives, and Bullseye and derivates) appimages in assets.

Setup now installs VC runtime if needed (issue #137) and some fixes/refactoring

06 Jul 11:40
Compare
Choose a tag to compare

On a newly installed Windows it's possible that the MS VC Runtime is not yet installed.
The setup now detects this and installs it for you if needed (issue #137).
Refer to the changelog for other changes.

Windows setup and binaries in assets.
Linux (Ubuntu 20.04 and up, Debian Bullseye and up) appimage in assets.

1.10.9

25 May 15:22
Compare
Choose a tag to compare
  • Optimize near silence injection for FLAC
  • allow to disable SSDP discovery in the GUI too by setting the SSDP interval to 0.0.

Windows setup and debug/release binaries in assets.

Linux appimage in assets (Ubuntu 20.04 / Debian 11 and up).

Some code cleanup

23 May 11:12
Compare
Choose a tag to compare
  • remove unused config value "use_wave_format"
  • autoreconnect now defaults to false on a fresh installation
  • GUI: changing streaming format or bits per sample no longer ask for a restart. If you change the streaming format, don't forget to change the streamsize to a working value too!

Windows setup and debug/release binaries in assets.
Linux (Ubuntu 20.04 and up) appimage in assets.

Internet Radio URL: query parameters for Bit Depth and StreamSize (Content Length & Chunking)

22 May 19:53
Compare
Choose a tag to compare

When using swyh-rs as an internet radio station, you can now add query parameters to the streaming URL for:

  • bits per sample (bit depth): bd=16 or bd=24
  • streamsize:
    • ss=nonechunked
    • ss=u32maxnotchunked
    • ss=u64maxnotchunked
    • ss=u32maxchunked
    • ss=u64maxchunked

Example URL: /stream/swyh.flac?bd=24&ss=nonechunked

Windows setup and debug/release binaries in assets.