Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitrate changes upon clicking "Play Next" for a different bit-rate track #131

Open
joerosenthal opened this issue Mar 10, 2024 · 2 comments

Comments

@joerosenthal
Copy link

joerosenthal commented Mar 10, 2024

In Apple Music, if I play a song at 44.1khz, 24 bit, and I do play next for a track or album at 96khz, 24 bit, the bit rate changes to 96khz before the 44.1khz song is finished. This is occurring in 1.1, but also in earlier versions.

@vincentneo
Copy link
Owner

This happens because Apple Music seems to preload the next track and as a result, logs the sample rate, which LosslessSwitcher picks up and switches… not optimal, but nothing much we can do right now, as each log entry that contains the sample rate does not identify which audio track it’s referring to.

@soloIn
Copy link

soloIn commented May 24, 2024

If you download the list, it seems to work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants