Skip to content

Releases: vincentneo/LosslessSwitcher

Performance & Quit

25 Jun 06:42
Compare
Choose a tag to compare
Performance & Quit Pre-release
Pre-release

Selecting of menu options should no longer be laggy and the quit option is now back.

First Beta for Version 2.0

23 Jun 08:49
Compare
Choose a tag to compare
Pre-release

Requires macOS Sequoia 15.0 or later.

With this build, it should:

  • Not show a blank window
  • Work in macOS 15.4 (I've tested it myself with macOS 15.4.1)

What doesn't work:

  • No "Select Script" menu for now

I've named this version 2.0 so that it should be clear that for users on 14 or below, they should use v1, 15 and above for v2.

Sequoia Empty Window

29 Sep 17:01
Compare
Choose a tag to compare
Sequoia Empty Window Pre-release
Pre-release

This beta release is yet another attempt to fix the empty window issue as mentioned by many in #146.

Unfortunately, I wasn't able to replicate the exact issue, when tested with macOS 15.0 (24A335), so this release's 'fix' is based on yet another guess.

Built for Sequoia beta users

02 Sep 16:13
Compare
Choose a tag to compare
Pre-release

This beta version is somewhat equivalent to version 1.1, build 18, with 2 differences:

  • It's built using the latest Xcode 16 beta 6 (i.e. macOS Sequoia SDK), just in case the high CPU usage/freeze have something to do with this.
  • Very minor code change as recommended by Xcode.

In response to #146.

Version 1.1

10 Mar 08:05
2c9ea5e
Compare
Choose a tag to compare

I think the 'beta' of v1.1 has basically been dragged for way too long now, so build 18 will become the release build for v1.1.

Improvements from v1.0.0

  • Improved sample rate detection
  • Option to explicitly select an audio device
  • Bit Depth detection mode
  • Option to run script when sample rate change
  • Ability for third party scripts to obtain latest sample rate via AppleScript

Menu for scripting

07 Dec 15:50
Compare
Choose a tag to compare
Menu for scripting Pre-release
Pre-release

In this release of LosslessSwitcher,

A new menu has been added to allow for selected shell script to run, with the first argument being the latest sample rate.
Describing the scripting menu

Notes

  • Selected shell scripts must have a shebang declared, such as #!/bin/bash
  • The script will run when the app launches for the first time.
  • The script file selection window may sometimes show underneath your current active window. (it's how macOS works)

For HQ Player developers / Call via AppleScript

06 Dec 15:19
Compare
Choose a tag to compare

Just a simple release that adds a way to obtain the latest sample rate via AppleScript.
Effectively it covers #108 use case.

Example:

tell application "LosslessSwitcher"
	set rate to get latest sample rate
	do shell script "echo " & rate
end tell

Returns:
"44100" on a 44.1kHz track.

Note: on first call/launch, -1 will be returned.

For context: https://community.roonlabs.com/t/using-any-audio-source-with-hqplayer-spotify-amazon-apple-music-youtube-music-deezer-soundcloud-2023/244358/352

Switching improvements

31 Aug 05:35
Compare
Choose a tag to compare
Pre-release

This release includes improvements with sample rate switching, from the changes in #106, which should see the reduction in doing unnecessary processing, on console messages that didn't contain the data needed for LosslessSwitcher.

Special thanks to @bonifaido for this release!

Minor fix

11 Jun 17:01
Compare
Choose a tag to compare
Minor fix Pre-release
Pre-release

This minor release should fix the issue mentioned in #79.

Happy sample rate switching!

Local file detection removal, optional bit depth

28 Mar 10:09
Compare
Choose a tag to compare

This release follows the decision made in discussion #74, to discontinue local file sample rate switching. For more information on that, please refer to discussion #74.

Bit depth switching, introduced in beta 8, is now an opt-in option. It can be found on the dropdown menu, just like other options. By default, it is switched off.

Happy listening!

Side note: Not that it matters much, but for some reason this build is about 300kb larger. Probably some change in Xcode's building.